#A15829

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

Shades of Rich Gold #A15829

Tints of Rich Gold #A15829

Color information

#A15829 (or 0xA15829) is unknown color: approx Rich Gold. HEX triplet: A1, 58 and 29. RGB value is (161,88,41). Sum of RGB (Red+Green+Blue) = 161+88+41=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A15829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15829 is #5EA7D6. Grayscale: #686868. Windows color (decimal): -6203351 or 2709665. OLE color: 2709665.

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

Color convert

RGB1618841-
CMYK00.450.750.37
HSL23.5º59.41%39.61%-
HSV(B)23.5º74.53%63.14%-
XYZ18.5914.723.96-
YUV104.4792.18168.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=55.52%
G=30.34%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161884100.450.750.3723.559.4139.61
HexA1582902D4B25183b28
Octal2411305105511345307350
Binary1010000110110001010010101101100101110010111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15829; }

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

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

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

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

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

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

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

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