#A75633

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

Shades of Vesuvius #A75633

Tints of Vesuvius #A75633

Color information

#A75633 (or 0xA75633) is unknown color: approx Vesuvius. HEX triplet: A7, 56 and 33. RGB value is (167,86,51). Sum of RGB (Red+Green+Blue) = 167+86+51=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A75633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75633 is #58A9CC. Grayscale: #6A6A6A. Windows color (decimal): -5810637 or 3364519. OLE color: 3364519.

HSL color Cylindrical-coordinate representation of color #A75633: hue angle of 18.1º 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 #A75633 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1678651-
CMYK00.490.690.35
HSL18.1º53.21%42.75%-
HSV(B)18.1º69.46%65.49%-
XYZ19.8615.115-
YUV106.2396.84171.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=54.93%
G=28.29%
B=16.78%

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
Decimal167865100.490.690.3518.153.2142.75
HexA75633031452312352b
Octal2471266306110543226553
Binary1010011110101101100110110001100010110001110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75633; }

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

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

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

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

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

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

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

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