#A09B2A

Color #A09B2A Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A09B2A

Tints of Lucky #A09B2A

Color information

#A09B2A (or 0xA09B2A) is unknown color: approx Lucky. HEX triplet: A0, 9B and 2A. RGB value is (160,155,42). Sum of RGB (Red+Green+Blue) = 160+155+42=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B2A is #5F64D5. Grayscale: #909090. Windows color (decimal): -6251734 or 2792352. OLE color: 2792352.

HSL color Cylindrical-coordinate representation of color #A09B2A: hue angle of 57.46º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A09B2A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16015542-
CMYK00.030.740.37
HSL57.46º58.42%39.61%-
HSV(B)57.46º73.75%62.75%-
XYZ26.6431.086.79-
YUV143.6170.66139.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=44.82%
G=43.42%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601554200.030.740.3757.4658.4239.61
HexA09B2A034A25393a28
Octal240233520311245717250
Binary10100000100110111010100111001010100101111001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B2A; }

 p { color: rgb(160,155,42); }

 H1.HeaderClassName
 {
   color: #A09B2A;
 }
 .AnyTagClassName
 {
   color: #A09B2A;
 }
</style>
background-color css

<style>
 a { background-color: #A09B2A; }

 a { background-color: rgb(160,155,42); }

 div.DivClassName
 {
   background-color: #A09B2A;
 }
 .BgClassName
 {
   background-color: #A09B2A;
 }
</style>
border-color css

<style>
 span { border-color: #A09B2A; }

 span { border-color: rgb(160,155,42); }

 td.TdClassName
 {
   border-color: #A09B2A;
 }
 .TagClassName
 {
   border-color: #A09B2A;
 }
</style>