#A6593A

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

Shades of Vesuvius #A6593A

Tints of Vesuvius #A6593A

Color information

#A6593A (or 0xA6593A) is unknown color: approx Vesuvius. HEX triplet: A6, 59 and 3A. RGB value is (166,89,58). Sum of RGB (Red+Green+Blue) = 166+89+58=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6593A is #59A6C5. Grayscale: #6C6C6C. Windows color (decimal): -5875398 or 3824038. OLE color: 3824038.

HSL color Cylindrical-coordinate representation of color #A6593A: hue angle of 17.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6593A is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1668958-
CMYK00.460.650.35
HSL17.22º48.21%43.92%-
HSV(B)17.22º65.06%65.1%-
XYZ20.0615.565.95-
YUV108.4999.51169.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=53.04%
G=28.43%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166895800.460.650.3517.2248.2143.92
HexA6593A02E412311302c
Octal2461317205610143216054
Binary1010011010110011110100101110100000110001110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6593A; }

 p { color: rgb(166,89,58); }

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

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

 a { background-color: rgb(166,89,58); }

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

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

 span { border-color: rgb(166,89,58); }

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