Html Css Color HEX #AA5122 Rich Gold

📋 copy color: '#AA5122'

red 170 ◦ green 81 ◦ blue 34

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

Shades of Rich Gold #AA5122

Tints of Rich Gold #AA5122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 59.65%
G = 28.42%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA5122 (or 0xAA5122) is known color: Rich Gold. HEX triplet: AA, 51 and 22. RGB value is (170,81,34). Sum of RGB (Red+Green+Blue) = 170+81+34=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5122 is #55AEDD. Grayscale: #666666. Windows color (decimal): -5615326 or 2249130. OLE color: 2249130.

HSL color Cylindrical-coordinate representation of color #AA5122: hue angle of 20.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA5122 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 81 34 -
CMYK 0 0.52 0.80 0.33
HSL 20.74º 0.67% 0.4% -
HSV(B) 20.74º 0.8% 0.67% -
XYZ 19.81 14.55 3.28 -
YUV 102.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 170 81 34 0 0.52 0.80 0.33 20.74 0.67 0.4
Hex AA 51 22 0 34 50 21 15 43 28
Octal 252 121 42 0 64 120 41 25 103 50
Binary 10101010 1010001 100010 0 110100 1010000 100001 10101 1000011 101000

Color Harmonies of #AA5122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5122

Black with #AA5122

Text Example


Text Example

White with #AA5122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5122; }

 p { color: rgb(170,81,34); }

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

background-color css

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

 a { background-color: rgb(170,81,34); }

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

border-color css

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

 span { border-color: rgb(170,81,34); }

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