Html Css Color HEX #AAA020 Lucky

📋 copy color: '#AAA020'

red 170 ◦ green 160 ◦ blue 32

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

Shades of Lucky #AAA020

Tints of Lucky #AAA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

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

R = 46.96%
G = 44.2%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAA020 (or 0xAAA020) is known color: Lucky. HEX triplet: AA, A0 and 20. RGB value is (170,160,32). Sum of RGB (Red+Green+Blue) = 170+160+32=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA020 is #555FDF. Grayscale: #949494. Windows color (decimal): -5595104 or 2138282. OLE color: 2138282.

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

Color convert

RGB 170 160 32 -
CMYK 0 0.06 0.81 0.33
HSL 55.65º 0.68% 0.4% -
HSV(B) 55.65º 0.81% 0.67% -
XYZ 29.41 33.79 6.34 -
YUV 148.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 170 160 32 0 0.06 0.81 0.33 55.65 0.68 0.4
Hex AA A0 20 0 6 51 21 38 44 28
Octal 252 240 40 0 6 121 41 70 104 50
Binary 10101010 10100000 100000 0 110 1010001 100001 111000 1000100 101000

Color Harmonies of #AAA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA020

Black with #AAA020

Text Example


Text Example

White with #AAA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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