#A15622

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

Shades of Rich Gold #A15622

Tints of Rich Gold #A15622

Color information

#A15622 (or 0xA15622) is unknown color: approx Rich Gold. HEX triplet: A1, 56 and 22. RGB value is (161,86,34). Sum of RGB (Red+Green+Blue) = 161+86+34=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A15622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15622 is #5EA9DD. Grayscale: #666666. Windows color (decimal): -6203870 or 2250401. OLE color: 2250401.

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

Color convert

RGB1618634-
CMYK00.470.790.37
HSL24.57º65.13%38.24%-
HSV(B)24.57º78.88%63.14%-
XYZ18.3114.353.32-
YUV102.589.35169.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 34 (13.67% from 255) = 12.10%
R=57.30%
G=30.60%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161863400.470.790.3724.5765.1338.24
HexA1562202F4F25194126
Octal24112642057117453110146
Binary10100001101011010001001011111001111100101110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15622; }

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

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

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

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

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

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

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

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