#A55121

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

Shades of Rich Gold #A55121

Tints of Rich Gold #A55121

Color information

#A55121 (or 0xA55121) is unknown color: approx Rich Gold. HEX triplet: A5, 51 and 21. RGB value is (165,81,33). Sum of RGB (Red+Green+Blue) = 165+81+33=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A55121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55121 is #5AAEDE. Grayscale: #646464. Windows color (decimal): -5943007 or 2183589. OLE color: 2183589.

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

Color convert

RGB1658133-
CMYK00.510.80.35
HSL21.82º66.67%38.82%-
HSV(B)21.82º80%64.71%-
XYZ18.7313.993.15-
YUV100.6489.83173.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=59.14%
G=29.03%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165813300.510.80.3521.8266.6738.82
HexA551210335023164327
Octal24512141063120432610347
Binary10100101101000110000101100111010000100011101101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55121; }

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

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

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

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

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

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

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

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