Html Css Color HEX #AA9616 Lucky

📋 copy color: '#AA9616'

red 170 ◦ green 150 ◦ blue 22

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

Shades of Lucky #AA9616

Tints of Lucky #AA9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

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

R = 49.71%
G = 43.86%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA9616 (or 0xAA9616) is known color: Lucky. HEX triplet: AA, 96 and 16. RGB value is (170,150,22). Sum of RGB (Red+Green+Blue) = 170+150+22=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9616 is #5569E9. Grayscale: #8D8D8D. Windows color (decimal): -5597674 or 1480362. OLE color: 1480362.

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

Color convert

RGB 170 150 22 -
CMYK 0 0.12 0.87 0.33
HSL 51.89º 0.77% 0.38% -
HSV(B) 51.89º 0.87% 0.67% -
XYZ 27.63 30.42 5.17 -
YUV 141.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 170 150 22 0 0.12 0.87 0.33 51.89 0.77 0.38
Hex AA 96 16 0 C 57 21 34 4D 26
Octal 252 226 26 0 14 127 41 64 115 46
Binary 10101010 10010110 10110 0 1100 1010111 100001 110100 1001101 100110

Color Harmonies of #AA9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9616

Black with #AA9616

Text Example


Text Example

White with #AA9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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