Html Css Color HEX #AAA201 Lucky

📋 copy color: '#AAA201'

red 170 ◦ green 162 ◦ blue 1

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

Shades of Lucky #AAA201

Tints of Lucky #AAA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.05%
G = 48.65%
B = 0.3%

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

#AAA201 (or 0xAAA201) is known color: Lucky. HEX triplet: AA, A2 and 01. RGB value is (170,162,1). Sum of RGB (Red+Green+Blue) = 170+162+1=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA201 is #555DFE. Grayscale: #929292. Windows color (decimal): -5594623 or 107178. OLE color: 107178.

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

Color convert

RGB 170 162 1 -
CMYK 0 0.05 0.99 0.33
HSL 57.16º 0.99% 0.34% -
HSV(B) 57.16º 0.99% 0.67% -
XYZ 29.5 34.39 5.11 -
YUV 146.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 170 162 1 0 0.05 0.99 0.33 57.16 0.99 0.34
Hex AA A2 1 0 5 63 21 39 63 22
Octal 252 242 1 0 5 143 41 71 143 42
Binary 10101010 10100010 1 0 101 1100011 100001 111001 1100011 100010

Color Harmonies of #AAA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA201

Black with #AAA201

Text Example


Text Example

White with #AAA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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