#A75735

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

Shades of Vesuvius #A75735

Tints of Vesuvius #A75735

Color information

#A75735 (or 0xA75735) is unknown color: approx Vesuvius. HEX triplet: A7, 57 and 35. RGB value is (167,87,53). Sum of RGB (Red+Green+Blue) = 167+87+53=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A75735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75735 is #58A8CA. Grayscale: #6B6B6B. Windows color (decimal): -5810379 or 3495847. OLE color: 3495847.

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

Color convert

RGB1678753-
CMYK00.480.680.35
HSL17.89º51.82%43.14%-
HSV(B)17.89º68.26%65.49%-
XYZ19.9915.295.27-
YUV107.0497.5170.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=54.40%
G=28.34%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167875300.480.680.3517.8951.8243.14
HexA75735030442312342b
Octal2471276506010443226453
Binary1010011110101111101010110000100010010001110010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75735; }

 p { color: rgb(167,87,53); }

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

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

 a { background-color: rgb(167,87,53); }

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

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

 span { border-color: rgb(167,87,53); }

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