Html Css Color HEX #AA5412 Rich Gold

📋 copy color: '#AA5412'

red 170 ◦ green 84 ◦ blue 18

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

Shades of Rich Gold #AA5412

Tints of Rich Gold #AA5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

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

R = 62.5%
G = 30.88%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5412 (or 0xAA5412) is known color: Rich Gold. HEX triplet: AA, 54 and 12. RGB value is (170,84,18). Sum of RGB (Red+Green+Blue) = 170+84+18=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5412 is #55ABED. Grayscale: #666666. Windows color (decimal): -5614574 or 1201322. OLE color: 1201322.

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

Color convert

RGB 170 84 18 -
CMYK 0 0.51 0.89 0.33
HSL 26.05º 0.81% 0.37% -
HSV(B) 26.05º 0.89% 0.67% -
XYZ 19.86 14.93 2.41 -
YUV 102.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 170 84 18 0 0.51 0.89 0.33 26.05 0.81 0.37
Hex AA 54 12 0 33 59 21 1A 51 25
Octal 252 124 22 0 63 131 41 32 121 45
Binary 10101010 1010100 10010 0 110011 1011001 100001 11010 1010001 100101

Color Harmonies of #AA5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5412

Black with #AA5412

Text Example


Text Example

White with #AA5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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