#A05C29

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

Shades of Rich Gold #A05C29

Tints of Rich Gold #A05C29

Color information

#A05C29 (or 0xA05C29) is unknown color: approx Rich Gold. HEX triplet: A0, 5C and 29. RGB value is (160,92,41). Sum of RGB (Red+Green+Blue) = 160+92+41=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C29 is #5FA3D6. Grayscale: #6A6A6A. Windows color (decimal): -6267863 or 2710688. OLE color: 2710688.

HSL color Cylindrical-coordinate representation of color #A05C29: hue angle of 25.71º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A05C29 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1609241-
CMYK00.430.740.37
HSL25.71º59.2%39.41%-
HSV(B)25.71º74.37%62.75%-
XYZ18.7215.294.06-
YUV106.5291.03166.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.61%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 41 (16.41% from 255) = 13.99%
R=54.61%
G=31.40%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160924100.430.740.3725.7159.239.41
HexA05C2902B4A251a3b27
Octal2401345105311245327347
Binary1010000010111001010010101011100101010010111010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C29; }

 p { color: rgb(160,92,41); }

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

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

 a { background-color: rgb(160,92,41); }

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

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

 span { border-color: rgb(160,92,41); }

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