#a15919

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

Shades of Rich Gold #A15919

Tints of Rich Gold #A15919

Color information

#A15919 (or 0xA15919) is unknown color: approx Rich Gold. HEX triplet: A1, 59 and 19. RGB value is (161,89,25). Sum of RGB (Red+Green+Blue) = 161+89+25=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A15919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15919 is #5EA6E6. Grayscale: #676767. Windows color (decimal): -6203111 or 1661345. OLE color: 1661345.

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

Color convert

RGB1618925-
CMYK00.450.840.37
HSL28.24º73.12%36.47%-
HSV(B)28.24º84.47%63.14%-
XYZ18.4514.792.8-
YUV103.2383.85169.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=58.55%
G=32.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161892500.450.840.3728.2473.1236.47
HexA1591902D54251c4924
Octal24113131055124453411144
Binary1010000110110011100101011011010100100101111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a15919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a15919; }

 p { color: rgb(161,89,25); }

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

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

 a { background-color: rgb(161,89,25); }

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

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

 span { border-color: rgb(161,89,25); }

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