#A0531E

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

Shades of Rich Gold #A0531E

Tints of Rich Gold #A0531E

Color information

#A0531E (or 0xA0531E) is unknown color: approx Rich Gold. HEX triplet: A0, 53 and 1E. RGB value is (160,83,30). Sum of RGB (Red+Green+Blue) = 160+83+30=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0531E is #5FACE1. Grayscale: #646464. Windows color (decimal): -6270178 or 1987488. OLE color: 1987488.

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

Color convert

RGB1608330-
CMYK00.480.810.37
HSL24.46º68.42%37.25%-
HSV(B)24.46º81.25%62.75%-
XYZ17.8213.752.94-
YUV99.9888.51170.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=58.61%
G=30.40%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160833000.480.810.3724.4668.4237.25
HexA0531E0305125184425
Octal24012336060121453010445
Binary1010000010100111111001100001010001100101110001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0531E; }

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

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

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

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

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

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

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

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