#A0582B

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

Shades of Rich Gold #A0582B

Tints of Rich Gold #A0582B

Color information

#A0582B (or 0xA0582B) is unknown color: approx Rich Gold. HEX triplet: A0, 58 and 2B. RGB value is (160,88,43). Sum of RGB (Red+Green+Blue) = 160+88+43=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0582B is #5FA7D4. Grayscale: #686868. Windows color (decimal): -6268885 or 2840736. OLE color: 2840736.

HSL color Cylindrical-coordinate representation of color #A0582B: hue angle of 23.08º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0582B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1608843-
CMYK00.450.730.37
HSL23.08º57.64%39.8%-
HSV(B)23.08º73.12%62.75%-
XYZ18.4214.634.14-
YUV104.493.35167.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=54.98%
G=30.24%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160884300.450.730.3723.0857.6439.8
HexA0582B02D4925173a28
Octal2401305305511145277250
Binary1010000010110001010110101101100100110010110111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0582B; }

 p { color: rgb(160,88,43); }

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

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

 a { background-color: rgb(160,88,43); }

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

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

 span { border-color: rgb(160,88,43); }

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