Html Css Color HEX #AAA121 Lucky

📋 copy color: '#AAA121'

red 170 ◦ green 161 ◦ blue 33

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

Shades of Lucky #AAA121

Tints of Lucky #AAA121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.23%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 46.7%
G = 44.23%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAA121 (or 0xAAA121) is known color: Lucky. HEX triplet: AA, A1 and 21. RGB value is (170,161,33). Sum of RGB (Red+Green+Blue) = 170+161+33=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA121 is #555EDE. Grayscale: #959595. Windows color (decimal): -5594847 or 2204074. OLE color: 2204074.

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

Color convert

RGB 170 161 33 -
CMYK 0 0.05 0.81 0.33
HSL 56.06º 0.67% 0.4% -
HSV(B) 56.06º 0.81% 0.67% -
XYZ 29.6 34.15 6.47 -
YUV 149.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 170 161 33 0 0.05 0.81 0.33 56.06 0.67 0.4
Hex AA A1 21 0 5 51 21 38 43 28
Octal 252 241 41 0 5 121 41 70 103 50
Binary 10101010 10100001 100001 0 101 1010001 100001 111000 1000011 101000

Color Harmonies of #AAA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA121

Black with #AAA121

Text Example


Text Example

White with #AAA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA121; }

 p { color: rgb(170,161,33); }

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

background-color css

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

 a { background-color: rgb(170,161,33); }

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

border-color css

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

 span { border-color: rgb(170,161,33); }

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