#A35832

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

Shades of Vesuvius #A35832

Tints of Vesuvius #A35832

Color information

#A35832 (or 0xA35832) is unknown color: approx Vesuvius. HEX triplet: A3, 58 and 32. RGB value is (163,88,50). Sum of RGB (Red+Green+Blue) = 163+88+50=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35832 is #5CA7CD. Grayscale: #6A6A6A. Windows color (decimal): -6072270 or 3299491. OLE color: 3299491.

HSL color Cylindrical-coordinate representation of color #A35832: hue angle of 20.18º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A35832 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1638850-
CMYK00.460.690.36
HSL20.18º53.05%41.76%-
HSV(B)20.18º69.33%63.92%-
XYZ19.17154.9-
YUV106.0996.35168.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=54.15%
G=29.24%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163885000.460.690.3620.1853.0541.76
HexA3583202E452414352a
Octal2431306205610544246552
Binary1010001110110001100100101110100010110010010100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35832; }

 p { color: rgb(163,88,50); }

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

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

 a { background-color: rgb(163,88,50); }

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

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

 span { border-color: rgb(163,88,50); }

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