Html Css Color HEX #AA9712 Lucky

📋 copy color: '#AA9712'

red 170 ◦ green 151 ◦ blue 18

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

Shades of Lucky #AA9712

Tints of Lucky #AA9712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.54%

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

R = 50.15%
G = 44.54%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9712 (or 0xAA9712) is known color: Lucky. HEX triplet: AA, 97 and 12. RGB value is (170,151,18). Sum of RGB (Red+Green+Blue) = 170+151+18=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9712 is #5568ED. Grayscale: #8E8E8E. Windows color (decimal): -5597422 or 1218474. OLE color: 1218474.

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

Color convert

RGB 170 151 18 -
CMYK 0 0.11 0.89 0.33
HSL 52.5º 0.81% 0.37% -
HSV(B) 52.5º 0.89% 0.67% -
XYZ 27.75 30.72 5.04 -
YUV 141.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 170 151 18 0 0.11 0.89 0.33 52.5 0.81 0.37
Hex AA 97 12 0 B 59 21 34 51 25
Octal 252 227 22 0 13 131 41 64 121 45
Binary 10101010 10010111 10010 0 1011 1011001 100001 110100 1010001 100101

Color Harmonies of #AA9712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9712

Black with #AA9712

Text Example


Text Example

White with #AA9712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9712; }

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

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

background-color css

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

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

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

border-color css

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

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

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