#A75634

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

Shades of Vesuvius #A75634

Tints of Vesuvius #A75634

Color information

#A75634 (or 0xA75634) is unknown color: approx Vesuvius. HEX triplet: A7, 56 and 34. RGB value is (167,86,52). Sum of RGB (Red+Green+Blue) = 167+86+52=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A75634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75634 is #58A9CB. Grayscale: #6A6A6A. Windows color (decimal): -5810636 or 3430055. OLE color: 3430055.

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

Color convert

RGB1678652-
CMYK00.490.690.35
HSL17.74º52.51%42.94%-
HSV(B)17.74º68.86%65.49%-
XYZ19.8815.125.12-
YUV106.3497.34171.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=54.75%
G=28.20%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167865200.490.690.3517.7452.5142.94
HexA75634031452312352b
Octal2471266406110543226553
Binary1010011110101101101000110001100010110001110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75634; }

 p { color: rgb(167,86,52); }

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

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

 a { background-color: rgb(167,86,52); }

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

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

 span { border-color: rgb(167,86,52); }

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