#A15722

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

Shades of Rich Gold #A15722

Tints of Rich Gold #A15722

Color information

#A15722 (or 0xA15722) is unknown color: approx Rich Gold. HEX triplet: A1, 57 and 22. RGB value is (161,87,34). Sum of RGB (Red+Green+Blue) = 161+87+34=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A15722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15722 is #5EA8DD. Grayscale: #676767. Windows color (decimal): -6203614 or 2250657. OLE color: 2250657.

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

Color convert

RGB1618734-
CMYK00.460.790.37
HSL25.04º65.13%38.24%-
HSV(B)25.04º78.88%63.14%-
XYZ18.3914.513.34-
YUV103.0889.02169.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=57.09%
G=30.85%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161873400.460.790.3725.0465.1338.24
HexA1572202E4F25194126
Octal24112742056117453110146
Binary10100001101011110001001011101001111100101110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15722; }

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

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

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

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

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

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

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

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