Html Css Color HEX #AAA120 Lucky

📋 copy color: '#AAA120'

red 170 ◦ green 161 ◦ blue 32

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

Shades of Lucky #AAA120

Tints of Lucky #AAA120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.82%

R = 46.83%
G = 44.35%
B = 8.82%

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

#AAA120 (or 0xAAA120) is known color: Lucky. HEX triplet: AA, A1 and 20. RGB value is (170,161,32). Sum of RGB (Red+Green+Blue) = 170+161+32=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA120 is #555EDF. Grayscale: #959595. Windows color (decimal): -5594848 or 2138538. OLE color: 2138538.

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

Color convert

RGB 170 161 32 -
CMYK 0 0.05 0.81 0.33
HSL 56.09º 0.68% 0.4% -
HSV(B) 56.09º 0.81% 0.67% -
XYZ 29.58 34.14 6.4 -
YUV 148.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 170 161 32 0 0.05 0.81 0.33 56.09 0.68 0.4
Hex AA A1 20 0 5 51 21 38 44 28
Octal 252 241 40 0 5 121 41 70 104 50
Binary 10101010 10100001 100000 0 101 1010001 100001 111000 1000100 101000

Color Harmonies of #AAA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA120

Black with #AAA120

Text Example


Text Example

White with #AAA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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