Html Css Color HEX #AA9C08 Lucky

📋 copy color: '#AA9C08'

red 170 ◦ green 156 ◦ blue 8

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

Shades of Lucky #AA9C08

Tints of Lucky #AA9C08

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

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

R = 50.9%
G = 46.71%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA9C08 (or 0xAA9C08) is known color: Lucky. HEX triplet: AA, 9C and 08. RGB value is (170,156,8). Sum of RGB (Red+Green+Blue) = 170+156+8=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C08 is #5563F7. Grayscale: #8F8F8F. Windows color (decimal): -5596152 or 564394. OLE color: 564394.

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

Color convert

RGB 170 156 8 -
CMYK 0 0.08 0.95 0.33
HSL 54.81º 0.91% 0.35% -
HSV(B) 54.81º 0.95% 0.67% -
XYZ 28.51 32.34 4.97 -
YUV 143.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 170 156 8 0 0.08 0.95 0.33 54.81 0.91 0.35
Hex AA 9C 8 0 8 5F 21 37 5B 23
Octal 252 234 10 0 10 137 41 67 133 43
Binary 10101010 10011100 1000 0 1000 1011111 100001 110111 1011011 100011

Color Harmonies of #AA9C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C08

Black with #AA9C08

Text Example


Text Example

White with #AA9C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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