#A55122

Color #A55122 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A55122

Tints of Rich Gold #A55122

Color information

#A55122 (or 0xA55122) is unknown color: approx Rich Gold. HEX triplet: A5, 51 and 22. RGB value is (165,81,34). Sum of RGB (Red+Green+Blue) = 165+81+34=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A55122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55122 is #5AAEDD. Grayscale: #656565. Windows color (decimal): -5943006 or 2249125. OLE color: 2249125.

HSL color Cylindrical-coordinate representation of color #A55122: hue angle of 21.53º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A55122 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1658134-
CMYK00.510.790.35
HSL21.53º65.83%39.02%-
HSV(B)21.53º79.39%64.71%-
XYZ18.75143.23-
YUV100.7690.33173.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 34 (13.67% from 255) = 12.14%
R=58.93%
G=28.93%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165813400.510.790.3521.5365.8339.02
HexA551220334F23164227
Octal24512142063117432610247
Binary10100101101000110001001100111001111100011101101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55122; }

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

 H1.HeaderClassName
 {
   color: #A55122;
 }
 .AnyTagClassName
 {
   color: #A55122;
 }
</style>
background-color css

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

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

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

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

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

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