Html Css Color HEX #A09708 Lucky

📋 copy color: '#A09708'

red 160 ◦ green 151 ◦ blue 8

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

Shades of Lucky #A09708

Tints of Lucky #A09708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.34%

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

R = 50.16%
G = 47.34%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A09708 (or 0xA09708) is known color: Lucky. HEX triplet: A0, 97 and 08. RGB value is (160,151,8). Sum of RGB (Red+Green+Blue) = 160+151+8=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A09708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09708 is #5F68F7. Grayscale: #898989. Windows color (decimal): -6252792 or 563104. OLE color: 563104.

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

Color convert

RGB 160 151 8 -
CMYK 0 0.06 0.95 0.37
HSL 56.45º 0.9% 0.33% -
HSV(B) 56.45º 0.95% 0.63% -
XYZ 25.61 29.62 4.6 -
YUV 137.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 160 151 8 0 0.06 0.95 0.37 56.45 0.9 0.33
Hex A0 97 8 0 6 5F 25 38 5A 21
Octal 240 227 10 0 6 137 45 70 132 41
Binary 10100000 10010111 1000 0 110 1011111 100101 111000 1011010 100001

Color Harmonies of #A09708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09708

Black with #A09708

Text Example


Text Example

White with #A09708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09708; }

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

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

background-color css

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

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

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

border-color css

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

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

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