Html Css Color HEX #AA9C02 Lucky

📋 copy color: '#AA9C02'

red 170 ◦ green 156 ◦ blue 2

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

Shades of Lucky #AA9C02

Tints of Lucky #AA9C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 51.83%
G = 47.56%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA9C02 (or 0xAA9C02) is known color: Lucky. HEX triplet: AA, 9C and 02. RGB value is (170,156,2). Sum of RGB (Red+Green+Blue) = 170+156+2=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C02 is #5563FD. Grayscale: #8F8F8F. Windows color (decimal): -5596158 or 171178. OLE color: 171178.

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

Color convert

RGB 170 156 2 -
CMYK 0 0.08 0.99 0.33
HSL 55º 0.98% 0.34% -
HSV(B) 55º 0.99% 0.67% -
XYZ 28.48 32.33 4.8 -
YUV 142.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 170 156 2 0 0.08 0.99 0.33 55 0.98 0.34
Hex AA 9C 2 0 8 63 21 37 62 22
Octal 252 234 2 0 10 143 41 67 142 42
Binary 10101010 10011100 10 0 1000 1100011 100001 110111 1100010 100010

Color Harmonies of #AA9C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C02

Black with #AA9C02

Text Example


Text Example

White with #AA9C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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