#A15219

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

Shades of Rich Gold #A15219

Tints of Rich Gold #A15219

Color information

#A15219 (or 0xA15219) is unknown color: approx Rich Gold. HEX triplet: A1, 52 and 19. RGB value is (161,82,25). Sum of RGB (Red+Green+Blue) = 161+82+25=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A15219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15219 is #5EADE6. Grayscale: #636363. Windows color (decimal): -6204903 or 1659553. OLE color: 1659553.

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

Color convert

RGB1618225-
CMYK00.490.840.37
HSL25.15º73.12%36.47%-
HSV(B)25.15º84.47%63.14%-
XYZ17.8913.682.62-
YUV99.1286.17172.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 25 (10.16% from 255) = 9.33%
R=60.07%
G=30.60%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161822500.490.840.3725.1573.1236.47
HexA152190315425194924
Octal24112231061124453111144
Binary1010000110100101100101100011010100100101110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15219; }

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

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

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

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

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

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

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

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