Html Css Color HEX #AA9112 Lucky

📋 copy color: '#AA9112'

red 170 ◦ green 145 ◦ blue 18

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

Shades of Lucky #AA9112

Tints of Lucky #AA9112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.54%

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 51.05%
G = 43.54%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9112 (or 0xAA9112) is known color: Lucky. HEX triplet: AA, 91 and 12. RGB value is (170,145,18). Sum of RGB (Red+Green+Blue) = 170+145+18=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9112 is #556EED. Grayscale: #8A8A8A. Windows color (decimal): -5598958 or 1216938. OLE color: 1216938.

HSL color Cylindrical-coordinate representation of color #AA9112: hue angle of 50.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA9112 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 145 18 -
CMYK 0 0.15 0.89 0.33
HSL 50.13º 0.81% 0.37% -
HSV(B) 50.13º 0.89% 0.67% -
XYZ 26.81 28.84 4.73 -
YUV 138 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 170 145 18 0 0.15 0.89 0.33 50.13 0.81 0.37
Hex AA 91 12 0 F 59 21 32 51 25
Octal 252 221 22 0 17 131 41 62 121 45
Binary 10101010 10010001 10010 0 1111 1011001 100001 110010 1010001 100101

Color Harmonies of #AA9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9112

Black with #AA9112

Text Example


Text Example

White with #AA9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9112; }

 p { color: rgb(170,145,18); }

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

background-color css

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

 a { background-color: rgb(170,145,18); }

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

border-color css

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

 span { border-color: rgb(170,145,18); }

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