Html Css Color HEX #A09A08 Lucky

📋 copy color: '#A09A08'

red 160 ◦ green 154 ◦ blue 8

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

Shades of Lucky #A09A08

Tints of Lucky #A09A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 49.69%
G = 47.83%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A09A08 (or 0xA09A08) is known color: Lucky. HEX triplet: A0, 9A and 08. RGB value is (160,154,8). Sum of RGB (Red+Green+Blue) = 160+154+8=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09A08 is #5F65F7. Grayscale: #8B8B8B. Windows color (decimal): -6252024 or 563872. OLE color: 563872.

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

Color convert

RGB 160 154 8 -
CMYK 0 0.04 0.95 0.37
HSL 57.63º 0.9% 0.33% -
HSV(B) 57.63º 0.95% 0.63% -
XYZ 26.1 30.6 4.76 -
YUV 139.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 160 154 8 0 0.04 0.95 0.37 57.63 0.9 0.33
Hex A0 9A 8 0 4 5F 25 3A 5A 21
Octal 240 232 10 0 4 137 45 72 132 41
Binary 10100000 10011010 1000 0 100 1011111 100101 111010 1011010 100001

Color Harmonies of #A09A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A08

Black with #A09A08

Text Example


Text Example

White with #A09A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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