#A15E22

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

Shades of Rich Gold #A15E22

Tints of Rich Gold #A15E22

Color information

#A15E22 (or 0xA15E22) is unknown color: approx Rich Gold. HEX triplet: A1, 5E and 22. RGB value is (161,94,34). Sum of RGB (Red+Green+Blue) = 161+94+34=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E22 is #5EA1DD. Grayscale: #6B6B6B. Windows color (decimal): -6201822 or 2252449. OLE color: 2252449.

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

Color convert

RGB1619434-
CMYK00.420.790.37
HSL28.35º65.13%38.24%-
HSV(B)28.35º78.88%63.14%-
XYZ18.9915.73.54-
YUV107.1986.7166.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=55.71%
G=32.53%
B=11.76%

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
Decimal161943400.420.790.3728.3565.1338.24
HexA15E2202A4F251c4126
Octal24113642052117453410146
Binary10100001101111010001001010101001111100101111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E22; }

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

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

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

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

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

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

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

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