#A04E23

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

Shades of Rich Gold #A04E23

Tints of Rich Gold #A04E23

Color information

#A04E23 (or 0xA04E23) is unknown color: approx Rich Gold. HEX triplet: A0, 4E and 23. RGB value is (160,78,35). Sum of RGB (Red+Green+Blue) = 160+78+35=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E23 is #5FB1DC. Grayscale: #616161. Windows color (decimal): -6271453 or 2313888. OLE color: 2313888.

HSL color Cylindrical-coordinate representation of color #A04E23: hue angle of 20.64º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A04E23 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1607835-
CMYK00.510.780.37
HSL20.64º64.1%38.24%-
HSV(B)20.64º78.12%62.75%-
XYZ17.5213.043.18-
YUV97.6292.67172.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=58.61%
G=28.57%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160783500.510.780.3720.6464.138.24
HexA04E230334E25154026
Octal24011643063116452510046
Binary10100000100111010001101100111001110100101101011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E23; }

 p { color: rgb(160,78,35); }

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

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

 a { background-color: rgb(160,78,35); }

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

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

 span { border-color: rgb(160,78,35); }

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