#A05E24

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

Shades of Rich Gold #A05E24

Tints of Rich Gold #A05E24

Color information

#A05E24 (or 0xA05E24) is unknown color: approx Rich Gold. HEX triplet: A0, 5E and 24. RGB value is (160,94,36). Sum of RGB (Red+Green+Blue) = 160+94+36=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E24 is #5FA1DB. Grayscale: #6B6B6B. Windows color (decimal): -6267356 or 2383520. OLE color: 2383520.

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

Color convert

RGB1609436-
CMYK00.410.780.37
HSL28.06º63.27%38.43%-
HSV(B)28.06º77.5%62.75%-
XYZ18.8215.613.69-
YUV107.1287.87165.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=55.17%
G=32.41%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160943600.410.780.3728.0663.2738.43
HexA05E240294E251c3f26
Octal2401364405111645347746
Binary1010000010111101001000101001100111010010111100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E24; }

 p { color: rgb(160,94,36); }

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

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

 a { background-color: rgb(160,94,36); }

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

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

 span { border-color: rgb(160,94,36); }

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