#A35632

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

Shades of Vesuvius #A35632

Tints of Vesuvius #A35632

Color information

#A35632 (or 0xA35632) is unknown color: approx Vesuvius. HEX triplet: A3, 56 and 32. RGB value is (163,86,50). Sum of RGB (Red+Green+Blue) = 163+86+50=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A35632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35632 is #5CA9CD. Grayscale: #696969. Windows color (decimal): -6072782 or 3298979. OLE color: 3298979.

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

Color convert

RGB1638650-
CMYK00.470.690.36
HSL19.12º53.05%41.76%-
HSV(B)19.12º69.33%63.92%-
XYZ19.0114.674.85-
YUV104.9297.01169.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=54.52%
G=28.76%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163865000.470.690.3619.1253.0541.76
HexA3563202F452413352a
Octal2431266205710544236552
Binary1010001110101101100100101111100010110010010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35632; }

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

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

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

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

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

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

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

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