Html Css Color HEX #A09A11 Lucky

📋 copy color: '#A09A11'

red 160 ◦ green 154 ◦ blue 17

#A09A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A09A11

Tints of Lucky #A09A11

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

 GREEN value IS 154 (60.55% from 255) = 46.53%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 48.34%
G = 46.53%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09A11 (or 0xA09A11) is known color: Lucky. HEX triplet: A0, 9A and 11. RGB value is (160,154,17). Sum of RGB (Red+Green+Blue) = 160+154+17=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09A11 is #5F65EE. Grayscale: #8C8C8C. Windows color (decimal): -6252015 or 1153696. OLE color: 1153696.

HSL color Cylindrical-coordinate representation of color #A09A11: hue angle of 57.48º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A09A11 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 154 17 -
CMYK 0 0.04 0.89 0.37
HSL 57.48º 0.81% 0.35% -
HSV(B) 57.48º 0.89% 0.63% -
XYZ 26.15 30.63 5.06 -
YUV 140.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 160 154 17 0 0.04 0.89 0.37 57.48 0.81 0.35
Hex A0 9A 11 0 4 59 25 39 51 23
Octal 240 232 21 0 4 131 45 71 121 43
Binary 10100000 10011010 10001 0 100 1011001 100101 111001 1010001 100011

Color Harmonies of #A09A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A11

Black with #A09A11

Text Example


Text Example

White with #A09A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A11; }

 p { color: rgb(160,154,17); }

 H1.HeaderClassName
 {
   color: #A09A11;
 }
 .AnyTagClassName
 {
   color: #A09A11;
 }
</style>

background-color css

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

 a { background-color: rgb(160,154,17); }

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

border-color css

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

 span { border-color: rgb(160,154,17); }

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