Html Css Color HEX #A09908 Lucky

📋 copy color: '#A09908'

red 160 ◦ green 153 ◦ blue 8

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

Shades of Lucky #A09908

Tints of Lucky #A09908

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 49.84%
G = 47.66%
B = 2.49%

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

#A09908 (or 0xA09908) is known color: Lucky. HEX triplet: A0, 99 and 08. RGB value is (160,153,8). Sum of RGB (Red+Green+Blue) = 160+153+8=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A09908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09908 is #5F66F7. Grayscale: #8B8B8B. Windows color (decimal): -6252280 or 563616. OLE color: 563616.

HSL color Cylindrical-coordinate representation of color #A09908: hue angle of 57.24º 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 #A09908 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 8 -
CMYK 0 0.04 0.95 0.37
HSL 57.24º 0.9% 0.33% -
HSV(B) 57.24º 0.95% 0.63% -
XYZ 25.93 30.27 4.71 -
YUV 138.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 160 153 8 0 0.04 0.95 0.37 57.24 0.9 0.33
Hex A0 99 8 0 4 5F 25 39 5A 21
Octal 240 231 10 0 4 137 45 71 132 41
Binary 10100000 10011001 1000 0 100 1011111 100101 111001 1011010 100001

Color Harmonies of #A09908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09908

Black with #A09908

Text Example


Text Example

White with #A09908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09908; }

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

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

background-color css

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

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

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

border-color css

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

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

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