#A05728

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

Shades of Rich Gold #A05728

Tints of Rich Gold #A05728

Color information

#A05728 (or 0xA05728) is unknown color: approx Rich Gold. HEX triplet: A0, 57 and 28. RGB value is (160,87,40). Sum of RGB (Red+Green+Blue) = 160+87+40=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A05728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05728 is #5FA8D7. Grayscale: #676767. Windows color (decimal): -6269144 or 2643872. OLE color: 2643872.

HSL color Cylindrical-coordinate representation of color #A05728: hue angle of 23.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A05728 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1608740-
CMYK00.460.750.37
HSL23.5º60%39.22%-
HSV(B)23.5º75%62.75%-
XYZ18.2914.443.83-
YUV103.4792.18168.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=55.75%
G=30.31%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160874000.460.750.3723.56039.22
HexA0572802E4B25183c27
Octal2401275005611345307447
Binary1010000010101111010000101110100101110010111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05728; }

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

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

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

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

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

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

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

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