Html Css Color HEX #AA9E08 Lucky

📋 copy color: '#AA9E08'

red 170 ◦ green 158 ◦ blue 8

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

Shades of Lucky #AA9E08

Tints of Lucky #AA9E08

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

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

R = 50.6%
G = 47.02%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA9E08 (or 0xAA9E08) is known color: Lucky. HEX triplet: AA, 9E and 08. RGB value is (170,158,8). Sum of RGB (Red+Green+Blue) = 170+158+8=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9E08 is #5561F7. Grayscale: #919191. Windows color (decimal): -5595640 or 564906. OLE color: 564906.

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

Color convert

RGB 170 158 8 -
CMYK 0 0.07 0.95 0.33
HSL 55.56º 0.91% 0.35% -
HSV(B) 55.56º 0.95% 0.67% -
XYZ 28.85 33.02 5.08 -
YUV 144.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 170 158 8 0 0.07 0.95 0.33 55.56 0.91 0.35
Hex AA 9E 8 0 7 5F 21 38 5B 23
Octal 252 236 10 0 7 137 41 70 133 43
Binary 10101010 10011110 1000 0 111 1011111 100001 111000 1011011 100011

Color Harmonies of #AA9E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E08

Black with #AA9E08

Text Example


Text Example

White with #AA9E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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