Html Css Color HEX #AA9212 Lucky

📋 copy color: '#AA9212'

red 170 ◦ green 146 ◦ blue 18

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

Shades of Lucky #AA9212

Tints of Lucky #AA9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.71%

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

R = 50.9%
G = 43.71%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9212 (or 0xAA9212) is known color: Lucky. HEX triplet: AA, 92 and 12. RGB value is (170,146,18). Sum of RGB (Red+Green+Blue) = 170+146+18=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9212 is #556DED. Grayscale: #8B8B8B. Windows color (decimal): -5598702 or 1217194. OLE color: 1217194.

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

Color convert

RGB 170 146 18 -
CMYK 0 0.14 0.89 0.33
HSL 50.53º 0.81% 0.37% -
HSV(B) 50.53º 0.89% 0.67% -
XYZ 26.97 29.15 4.78 -
YUV 138.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 170 146 18 0 0.14 0.89 0.33 50.53 0.81 0.37
Hex AA 92 12 0 E 59 21 33 51 25
Octal 252 222 22 0 16 131 41 63 121 45
Binary 10101010 10010010 10010 0 1110 1011001 100001 110011 1010001 100101

Color Harmonies of #AA9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9212

Black with #AA9212

Text Example


Text Example

White with #AA9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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