Html Css Color HEX #AA9016 Lucky

📋 copy color: '#AA9016'

red 170 ◦ green 144 ◦ blue 22

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

Shades of Lucky #AA9016

Tints of Lucky #AA9016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.86%

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

R = 50.6%
G = 42.86%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA9016 (or 0xAA9016) is known color: Lucky. HEX triplet: AA, 90 and 16. RGB value is (170,144,22). Sum of RGB (Red+Green+Blue) = 170+144+22=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9016 is #556FE9. Grayscale: #8A8A8A. Windows color (decimal): -5599210 or 1478826. OLE color: 1478826.

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

Color convert

RGB 170 144 22 -
CMYK 0 0.15 0.87 0.33
HSL 49.46º 0.77% 0.38% -
HSV(B) 49.46º 0.87% 0.67% -
XYZ 26.7 28.55 4.86 -
YUV 137.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 170 144 22 0 0.15 0.87 0.33 49.46 0.77 0.38
Hex AA 90 16 0 F 57 21 31 4D 26
Octal 252 220 26 0 17 127 41 61 115 46
Binary 10101010 10010000 10110 0 1111 1010111 100001 110001 1001101 100110

Color Harmonies of #AA9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9016

Black with #AA9016

Text Example


Text Example

White with #AA9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9016; }

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

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

background-color css

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

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

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

border-color css

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

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

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