#a0581f

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

Shades of Rich Gold #A0581F

Tints of Rich Gold #A0581F

Color information

#A0581F (or 0xA0581F) is unknown color: approx Rich Gold. HEX triplet: A0, 58 and 1F. RGB value is (160,88,31). Sum of RGB (Red+Green+Blue) = 160+88+31=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A0581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0581F is #5FA7E0. Grayscale: #676767. Windows color (decimal): -6268897 or 2054304. OLE color: 2054304.

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

Color convert

RGB1608831-
CMYK00.450.810.37
HSL26.51º67.54%37.45%-
HSV(B)26.51º80.62%62.75%-
XYZ18.2314.553.14-
YUV103.0387.35168.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=57.35%
G=31.54%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160883100.450.810.3726.5167.5437.45
HexA0581F02D51251b4425
Octal24013037055121453310445
Binary1010000010110001111101011011010001100101110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0581f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0581f; }

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

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

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

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

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

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

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

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