#A75531

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

Shades of Vesuvius #A75531

Tints of Vesuvius #A75531

Color information

#A75531 (or 0xA75531) is unknown color: approx Vesuvius. HEX triplet: A7, 55 and 31. RGB value is (167,85,49). Sum of RGB (Red+Green+Blue) = 167+85+49=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A75531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75531 is #58AACE. Grayscale: #696969. Windows color (decimal): -5810895 or 3233191. OLE color: 3233191.

HSL color Cylindrical-coordinate representation of color #A75531: hue angle of 18.31º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A75531 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1678549-
CMYK00.490.710.35
HSL18.31º54.63%42.35%-
HSV(B)18.31º70.66%65.49%-
XYZ19.7414.934.75-
YUV105.4196.17171.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=55.48%
G=28.24%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167854900.490.710.3518.3154.6342.35
HexA75531031472312372a
Octal2471256106110743226752
Binary1010011110101011100010110001100011110001110010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75531; }

 p { color: rgb(167,85,49); }

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

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

 a { background-color: rgb(167,85,49); }

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

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

 span { border-color: rgb(167,85,49); }

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