#A0461B

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

Shades of Rich Gold #A0461B

Tints of Rich Gold #A0461B

Color information

#A0461B (or 0xA0461B) is unknown color: approx Rich Gold. HEX triplet: A0, 46 and 1B. RGB value is (160,70,27). Sum of RGB (Red+Green+Blue) = 160+70+27=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0461B is #5FB9E4. Grayscale: #5C5C5C. Windows color (decimal): -6273509 or 1787552. OLE color: 1787552.

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

Color convert

RGB1607027-
CMYK00.560.830.37
HSL19.4º71.12%36.67%-
HSV(B)19.4º83.13%62.75%-
XYZ16.8911.932.45-
YUV92.0191.32176.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=62.26%
G=27.24%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160702700.560.830.3719.471.1236.67
HexA0461B0385325134725
Octal24010633070123452310745
Binary1010000010001101101101110001010011100101100111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0461B; }

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

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

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

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

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

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

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

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