#a0571e

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

Shades of Rich Gold #A0571E

Tints of Rich Gold #A0571E

Color information

#A0571E (or 0xA0571E) is unknown color: approx Rich Gold. HEX triplet: A0, 57 and 1E. RGB value is (160,87,30). Sum of RGB (Red+Green+Blue) = 160+87+30=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0571E is #5FA8E1. Grayscale: #666666. Windows color (decimal): -6269154 or 1988512. OLE color: 1988512.

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

Color convert

RGB1608730-
CMYK00.460.810.37
HSL26.31º68.42%37.25%-
HSV(B)26.31º81.25%62.75%-
XYZ18.1414.383.05-
YUV102.3387.18169.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=57.76%
G=31.41%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160873000.460.810.3726.3168.4237.25
HexA0571E02E51251a4425
Octal24012736056121453210445
Binary1010000010101111111001011101010001100101110101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0571e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0571e; }

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

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

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

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

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

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

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

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