Html Css Color HEX #AA9512 Lucky

📋 copy color: '#AA9512'

red 170 ◦ green 149 ◦ blue 18

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

Shades of Lucky #AA9512

Tints of Lucky #AA9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 50.45%
G = 44.21%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9512 (or 0xAA9512) is known color: Lucky. HEX triplet: AA, 95 and 12. RGB value is (170,149,18). Sum of RGB (Red+Green+Blue) = 170+149+18=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9512 is #556AED. Grayscale: #8C8C8C. Windows color (decimal): -5597934 or 1217962. OLE color: 1217962.

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

Color convert

RGB 170 149 18 -
CMYK 0 0.12 0.89 0.33
HSL 51.71º 0.81% 0.37% -
HSV(B) 51.71º 0.89% 0.67% -
XYZ 27.43 30.08 4.93 -
YUV 140.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 170 149 18 0 0.12 0.89 0.33 51.71 0.81 0.37
Hex AA 95 12 0 C 59 21 34 51 25
Octal 252 225 22 0 14 131 41 64 121 45
Binary 10101010 10010101 10010 0 1100 1011001 100001 110100 1010001 100101

Color Harmonies of #AA9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9512

Black with #AA9512

Text Example


Text Example

White with #AA9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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