Html Css Color HEX #AAA520 Lucky

📋 copy color: '#AAA520'

red 170 ◦ green 165 ◦ blue 32

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

Shades of Lucky #AAA520

Tints of Lucky #AAA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.96%

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

R = 46.32%
G = 44.96%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAA520 (or 0xAAA520) is known color: Lucky. HEX triplet: AA, A5 and 20. RGB value is (170,165,32). Sum of RGB (Red+Green+Blue) = 170+165+32=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA520 is #555ADF. Grayscale: #979797. Windows color (decimal): -5593824 or 2139562. OLE color: 2139562.

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

Color convert

RGB 170 165 32 -
CMYK 0 0.03 0.81 0.33
HSL 57.83º 0.68% 0.4% -
HSV(B) 57.83º 0.81% 0.67% -
XYZ 30.29 35.56 6.63 -
YUV 151.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 170 165 32 0 0.03 0.81 0.33 57.83 0.68 0.4
Hex AA A5 20 0 3 51 21 3A 44 28
Octal 252 245 40 0 3 121 41 72 104 50
Binary 10101010 10100101 100000 0 11 1010001 100001 111010 1000100 101000

Color Harmonies of #AAA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA520

Black with #AAA520

Text Example


Text Example

White with #AAA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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