Html Css Color HEX #A6A008 Lucky

📋 copy color: '#A6A008'

red 166 ◦ green 160 ◦ blue 8

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

Shades of Lucky #A6A008

Tints of Lucky #A6A008

RGB

 RED value IS 166 (65.23% from 255) = 49.7%

 GREEN value IS 160 (62.89% from 255) = 47.9%

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

R = 49.7%
G = 47.9%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A6A008 (or 0xA6A008) is known color: Lucky. HEX triplet: A6, A0 and 08. RGB value is (166,160,8). Sum of RGB (Red+Green+Blue) = 166+160+8=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A008 is #595FF7. Grayscale: #919191. Windows color (decimal): -5857272 or 565414. OLE color: 565414.

HSL color Cylindrical-coordinate representation of color #A6A008: hue angle of 57.72º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6A008 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 8 -
CMYK 0 0.04 0.95 0.35
HSL 57.72º 0.91% 0.34% -
HSV(B) 57.72º 0.95% 0.65% -
XYZ 28.34 33.27 5.16 -
YUV 144.47 50.99 143.36 -
System Red Green Blue C M Y K H S L
Decimal 166 160 8 0 0.04 0.95 0.35 57.72 0.91 0.34
Hex A6 A0 8 0 4 5F 23 3A 5B 22
Octal 246 240 10 0 4 137 43 72 133 42
Binary 10100110 10100000 1000 0 100 1011111 100011 111010 1011011 100010

Color Harmonies of #A6A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A008

Black with #A6A008

Text Example


Text Example

White with #A6A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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