Html Css Color HEX #AAA016 Lucky

📋 copy color: '#AAA016'

red 170 ◦ green 160 ◦ blue 22

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

Shades of Lucky #AAA016

Tints of Lucky #AAA016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.25%

R = 48.3%
G = 45.45%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AAA016 (or 0xAAA016) is known color: Lucky. HEX triplet: AA, A0 and 16. RGB value is (170,160,22). Sum of RGB (Red+Green+Blue) = 170+160+22=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA016 is #555FE9. Grayscale: #939393. Windows color (decimal): -5595114 or 1482922. OLE color: 1482922.

HSL color Cylindrical-coordinate representation of color #AAA016: hue angle of 55.95º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAA016 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 22 -
CMYK 0 0.06 0.87 0.33
HSL 55.95º 0.77% 0.38% -
HSV(B) 55.95º 0.87% 0.67% -
XYZ 29.29 33.75 5.73 -
YUV 147.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 170 160 22 0 0.06 0.87 0.33 55.95 0.77 0.38
Hex AA A0 16 0 6 57 21 38 4D 26
Octal 252 240 26 0 6 127 41 70 115 46
Binary 10101010 10100000 10110 0 110 1010111 100001 111000 1001101 100110

Color Harmonies of #AAA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA016

Black with #AAA016

Text Example


Text Example

White with #AAA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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