#A0541E

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

Shades of Rich Gold #A0541E

Tints of Rich Gold #A0541E

Color information

#A0541E (or 0xA0541E) is unknown color: approx Rich Gold. HEX triplet: A0, 54 and 1E. RGB value is (160,84,30). Sum of RGB (Red+Green+Blue) = 160+84+30=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0541E is #5FABE1. Grayscale: #646464. Windows color (decimal): -6269922 or 1987744. OLE color: 1987744.

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

Color convert

RGB1608430-
CMYK00.480.810.37
HSL24.92º68.42%37.25%-
HSV(B)24.92º81.25%62.75%-
XYZ17.913.912.97-
YUV100.5788.18170.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=58.39%
G=30.66%
B=10.95%

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
Decimal160843000.480.810.3724.9268.4237.25
HexA0541E0305125194425
Octal24012436060121453110445
Binary1010000010101001111001100001010001100101110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0541E; }

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

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

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

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

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

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

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

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