#A15D22

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

Shades of Rich Gold #A15D22

Tints of Rich Gold #A15D22

Color information

#A15D22 (or 0xA15D22) is unknown color: approx Rich Gold. HEX triplet: A1, 5D and 22. RGB value is (161,93,34). Sum of RGB (Red+Green+Blue) = 161+93+34=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D22 is #5EA2DD. Grayscale: #6A6A6A. Windows color (decimal): -6202078 or 2252193. OLE color: 2252193.

HSL color Cylindrical-coordinate representation of color #A15D22: hue angle of 27.87º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A15D22 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1619334-
CMYK00.420.790.37
HSL27.87º65.13%38.24%-
HSV(B)27.87º78.88%63.14%-
XYZ18.915.523.51-
YUV106.6187.03166.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.90%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 34 (13.67% from 255) = 11.81%
R=55.90%
G=32.29%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161933400.420.790.3727.8765.1338.24
HexA15D2202A4F251c4126
Octal24113542052117453410146
Binary10100001101110110001001010101001111100101111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D22; }

 p { color: rgb(161,93,34); }

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

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

 a { background-color: rgb(161,93,34); }

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

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

 span { border-color: rgb(161,93,34); }

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