#A0481B

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

Shades of Rich Gold #A0481B

Tints of Rich Gold #A0481B

Color information

#A0481B (or 0xA0481B) is unknown color: approx Rich Gold. HEX triplet: A0, 48 and 1B. RGB value is (160,72,27). Sum of RGB (Red+Green+Blue) = 160+72+27=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0481B is #5FB7E4. Grayscale: #5D5D5D. Windows color (decimal): -6272997 or 1788064. OLE color: 1788064.

HSL color Cylindrical-coordinate representation of color #A0481B: hue angle of 20.3º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0481B is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB1607227-
CMYK00.550.830.37
HSL20.3º71.12%36.67%-
HSV(B)20.3º83.13%62.75%-
XYZ17.0112.192.49-
YUV93.1890.65175.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=61.78%
G=27.80%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160722700.550.830.3720.371.1236.67
HexA0481B0375325144725
Octal24011033067123452410745
Binary1010000010010001101101101111010011100101101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0481B; }

 p { color: rgb(160,72,27); }

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

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

 a { background-color: rgb(160,72,27); }

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

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

 span { border-color: rgb(160,72,27); }

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