#A05721

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

Shades of Rich Gold #A05721

Tints of Rich Gold #A05721

Color information

#A05721 (or 0xA05721) is unknown color: approx Rich Gold. HEX triplet: A0, 57 and 21. RGB value is (160,87,33). Sum of RGB (Red+Green+Blue) = 160+87+33=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A05721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05721 is #5FA8DE. Grayscale: #666666. Windows color (decimal): -6269151 or 2185120. OLE color: 2185120.

HSL color Cylindrical-coordinate representation of color #A05721: hue angle of 25.51º 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 #A05721 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1608733-
CMYK00.460.790.37
HSL25.51º65.8%37.84%-
HSV(B)25.51º79.37%62.75%-
XYZ18.1814.43.26-
YUV102.6788.68168.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=57.14%
G=31.07%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160873300.460.790.3725.5165.837.84
HexA0572102E4F251a4226
Octal24012741056117453210246
Binary10100000101011110000101011101001111100101110101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05721; }

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

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

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

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

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

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

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

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