Html Css Color HEX #AAA720 Lucky

📋 copy color: '#AAA720'

red 170 ◦ green 167 ◦ blue 32

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

Shades of Lucky #AAA720

Tints of Lucky #AAA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.26%

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

R = 46.07%
G = 45.26%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAA720 (or 0xAAA720) is known color: Lucky. HEX triplet: AA, A7 and 20. RGB value is (170,167,32). Sum of RGB (Red+Green+Blue) = 170+167+32=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA720 is #5558DF. Grayscale: #999999. Windows color (decimal): -5593312 or 2140074. OLE color: 2140074.

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

Color convert

RGB 170 167 32 -
CMYK 0 0.02 0.81 0.33
HSL 58.7º 0.68% 0.4% -
HSV(B) 58.7º 0.81% 0.67% -
XYZ 30.66 36.29 6.75 -
YUV 152.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 170 167 32 0 0.02 0.81 0.33 58.7 0.68 0.4
Hex AA A7 20 0 2 51 21 3B 44 28
Octal 252 247 40 0 2 121 41 73 104 50
Binary 10101010 10100111 100000 0 10 1010001 100001 111011 1000100 101000

Color Harmonies of #AAA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA720

Black with #AAA720

Text Example


Text Example

White with #AAA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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