Html Css Color HEX #AA5812 Rich Gold

📋 copy color: '#AA5812'

red 170 ◦ green 88 ◦ blue 18

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

Shades of Rich Gold #AA5812

Tints of Rich Gold #AA5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

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

R = 61.59%
G = 31.88%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5812 (or 0xAA5812) is known color: Rich Gold. HEX triplet: AA, 58 and 12. RGB value is (170,88,18). Sum of RGB (Red+Green+Blue) = 170+88+18=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5812 is #55A7ED. Grayscale: #686868. Windows color (decimal): -5613550 or 1202346. OLE color: 1202346.

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

Color convert

RGB 170 88 18 -
CMYK 0 0.48 0.89 0.33
HSL 27.63º 0.81% 0.37% -
HSV(B) 27.63º 0.89% 0.67% -
XYZ 20.18 15.57 2.51 -
YUV 104.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 170 88 18 0 0.48 0.89 0.33 27.63 0.81 0.37
Hex AA 58 12 0 30 59 21 1C 51 25
Octal 252 130 22 0 60 131 41 34 121 45
Binary 10101010 1011000 10010 0 110000 1011001 100001 11100 1010001 100101

Color Harmonies of #AA5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5812

Black with #AA5812

Text Example


Text Example

White with #AA5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5812; }

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

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

background-color css

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

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

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

border-color css

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

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

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