Html Css Color HEX #AAA008 Lucky

📋 copy color: '#AAA008'

red 170 ◦ green 160 ◦ blue 8

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

Shades of Lucky #AAA008

Tints of Lucky #AAA008

RGB

 RED value IS 170 (66.8% from 255) = 50.3%

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

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

R = 50.3%
G = 47.34%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AAA008 (or 0xAAA008) is known color: Lucky. HEX triplet: AA, A0 and 08. RGB value is (170,160,8). Sum of RGB (Red+Green+Blue) = 170+160+8=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA008 is #555FF7. Grayscale: #929292. Windows color (decimal): -5595128 or 565418. OLE color: 565418.

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

Color convert

RGB 170 160 8 -
CMYK 0 0.06 0.95 0.33
HSL 56.3º 0.91% 0.35% -
HSV(B) 56.3º 0.95% 0.67% -
XYZ 29.19 33.71 5.2 -
YUV 145.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 170 160 8 0 0.06 0.95 0.33 56.3 0.91 0.35
Hex AA A0 8 0 6 5F 21 38 5B 23
Octal 252 240 10 0 6 137 41 70 133 43
Binary 10101010 10100000 1000 0 110 1011111 100001 111000 1011011 100011

Color Harmonies of #AAA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA008

Black with #AAA008

Text Example


Text Example

White with #AAA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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