Html Css Color HEX #AA9E16 Lucky

📋 copy color: '#AA9E16'

red 170 ◦ green 158 ◦ blue 22

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

Shades of Lucky #AA9E16

Tints of Lucky #AA9E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.14%

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

R = 48.57%
G = 45.14%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA9E16 (or 0xAA9E16) is known color: Lucky. HEX triplet: AA, 9E and 16. RGB value is (170,158,22). Sum of RGB (Red+Green+Blue) = 170+158+22=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9E16 is #5561E9. Grayscale: #929292. Windows color (decimal): -5595626 or 1482410. OLE color: 1482410.

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

Color convert

RGB 170 158 22 -
CMYK 0 0.07 0.87 0.33
HSL 55.14º 0.77% 0.38% -
HSV(B) 55.14º 0.87% 0.67% -
XYZ 28.95 33.06 5.61 -
YUV 146.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 170 158 22 0 0.07 0.87 0.33 55.14 0.77 0.38
Hex AA 9E 16 0 7 57 21 37 4D 26
Octal 252 236 26 0 7 127 41 67 115 46
Binary 10101010 10011110 10110 0 111 1010111 100001 110111 1001101 100110

Color Harmonies of #AA9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E16

Black with #AA9E16

Text Example


Text Example

White with #AA9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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