#A8592F

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

Shades of Vesuvius #A8592F

Tints of Vesuvius #A8592F

Color information

#A8592F (or 0xA8592F) is unknown color: approx Vesuvius. HEX triplet: A8, 59 and 2F. RGB value is (168,89,47). Sum of RGB (Red+Green+Blue) = 168+89+47=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A8592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8592F is #57A6D0. Grayscale: #6C6C6C. Windows color (decimal): -5744337 or 3103144. OLE color: 3103144.

HSL color Cylindrical-coordinate representation of color #A8592F: hue angle of 20.83º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8592F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1688947-
CMYK00.470.720.34
HSL20.83º56.28%42.16%-
HSV(B)20.83º72.02%65.88%-
XYZ20.2315.674.65-
YUV107.8393.67170.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=55.26%
G=29.28%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168894700.470.720.3420.8356.2842.16
HexA8592F02F482215382a
Octal2501315705711042257052
Binary1010100010110011011110101111100100010001010101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8592F; }

 p { color: rgb(168,89,47); }

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

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

 a { background-color: rgb(168,89,47); }

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

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

 span { border-color: rgb(168,89,47); }

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