Html Css Color HEX #AAA202 Lucky

📋 copy color: '#AAA202'

red 170 ◦ green 162 ◦ blue 2

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

Shades of Lucky #AAA202

Tints of Lucky #AAA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.5%

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

R = 50.9%
G = 48.5%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AAA202 (or 0xAAA202) is known color: Lucky. HEX triplet: AA, A2 and 02. RGB value is (170,162,2). Sum of RGB (Red+Green+Blue) = 170+162+2=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA202 is #555DFD. Grayscale: #929292. Windows color (decimal): -5594622 or 172714. OLE color: 172714.

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

Color convert

RGB 170 162 2 -
CMYK 0 0.05 0.99 0.33
HSL 57.14º 0.98% 0.34% -
HSV(B) 57.14º 0.99% 0.67% -
XYZ 29.51 34.39 5.14 -
YUV 146.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 170 162 2 0 0.05 0.99 0.33 57.14 0.98 0.34
Hex AA A2 2 0 5 63 21 39 62 22
Octal 252 242 2 0 5 143 41 71 142 42
Binary 10101010 10100010 10 0 101 1100011 100001 111001 1100010 100010

Color Harmonies of #AAA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA202

Black with #AAA202

Text Example


Text Example

White with #AAA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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