#A05121

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

Shades of Rich Gold #A05121

Tints of Rich Gold #A05121

Color information

#A05121 (or 0xA05121) is unknown color: approx Rich Gold. HEX triplet: A0, 51 and 21. RGB value is (160,81,33). Sum of RGB (Red+Green+Blue) = 160+81+33=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A05121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05121 is #5FAEDE. Grayscale: #636363. Windows color (decimal): -6270687 or 2183584. OLE color: 2183584.

HSL color Cylindrical-coordinate representation of color #A05121: hue angle of 22.68º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A05121 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1608133-
CMYK00.490.790.37
HSL22.68º65.8%37.84%-
HSV(B)22.68º79.37%62.75%-
XYZ17.7113.473.1-
YUV99.1590.67171.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=58.39%
G=29.56%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160813300.490.790.3722.6865.837.84
HexA051210314F25174226
Octal24012141061117452710246
Binary10100000101000110000101100011001111100101101111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05121; }

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

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

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

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

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

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

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

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