Html Css Color HEX #AA9C00 Lucky

📋 copy color: '#AA9C00'

red 170 ◦ green 156 ◦ blue 0

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

Shades of Lucky #AA9C00

Tints of Lucky #AA9C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.15%
G = 47.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA9C00 (or 0xAA9C00) is known color: Lucky. HEX triplet: AA, 9C and 00. RGB value is (170,156,0). Sum of RGB (Red+Green+Blue) = 170+156+0=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C00 is #5563FF. Grayscale: #8F8F8F. Windows color (decimal): -5596160 or 40106. OLE color: 40106.

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

Color convert

RGB 170 156 0 -
CMYK 0 0.08 1 0.33
HSL 55.06º 1% 0.33% -
HSV(B) 55.06º 1% 0.67% -
XYZ 28.47 32.32 4.74 -
YUV 142.4 47.64 147.68 -
System Red Green Blue C M Y K H S L
Decimal 170 156 0 0 0.08 1 0.33 55.06 1 0.33
Hex AA 9C 0 0 8 64 21 37 64 21
Octal 252 234 0 0 10 144 41 67 144 41
Binary 10101010 10011100 0 0 1000 1100100 100001 110111 1100100 100001

Color Harmonies of #AA9C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C00

Black with #AA9C00

Text Example


Text Example

White with #AA9C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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