#A05829

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

Shades of Rich Gold #A05829

Tints of Rich Gold #A05829

Color information

#A05829 (or 0xA05829) is unknown color: approx Rich Gold. HEX triplet: A0, 58 and 29. RGB value is (160,88,41). Sum of RGB (Red+Green+Blue) = 160+88+41=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A05829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05829 is #5FA7D6. Grayscale: #686868. Windows color (decimal): -6268887 or 2709664. OLE color: 2709664.

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

Color convert

RGB1608841-
CMYK00.450.740.37
HSL23.7º59.2%39.41%-
HSV(B)23.7º74.37%62.75%-
XYZ18.3914.613.95-
YUV104.1792.35167.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=55.36%
G=30.45%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160884100.450.740.3723.759.239.41
HexA0582902D4A25183b27
Octal2401305105511245307347
Binary1010000010110001010010101101100101010010111000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05829; }

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

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

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

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

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

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

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

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