#A8582D

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

Shades of Vesuvius #A8582D

Tints of Vesuvius #A8582D

Color information

#A8582D (or 0xA8582D) is unknown color: approx Vesuvius. HEX triplet: A8, 58 and 2D. RGB value is (168,88,45). Sum of RGB (Red+Green+Blue) = 168+88+45=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8582D is #57A7D2. Grayscale: #6B6B6B. Windows color (decimal): -5744595 or 2971816. OLE color: 2971816.

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

Color convert

RGB1688845-
CMYK00.480.730.34
HSL20.98º57.75%41.76%-
HSV(B)20.98º73.21%65.88%-
XYZ20.1115.494.41-
YUV107.0293171.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=55.81%
G=29.24%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168884500.480.730.3420.9857.7541.76
HexA8582D0304922153a2a
Octal2501305506011142257252
Binary1010100010110001011010110000100100110001010101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8582D; }

 p { color: rgb(168,88,45); }

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

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

 a { background-color: rgb(168,88,45); }

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

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

 span { border-color: rgb(168,88,45); }

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