#A35738

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

Shades of Vesuvius #A35738

Tints of Vesuvius #A35738

Color information

#A35738 (or 0xA35738) is unknown color: approx Vesuvius. HEX triplet: A3, 57 and 38. RGB value is (163,87,56). Sum of RGB (Red+Green+Blue) = 163+87+56=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A35738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35738 is #5CA8C7. Grayscale: #6A6A6A. Windows color (decimal): -6072520 or 3692451. OLE color: 3692451.

HSL color Cylindrical-coordinate representation of color #A35738: hue angle of 17.38º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A35738 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1638756-
CMYK00.470.660.36
HSL17.38º48.86%42.94%-
HSV(B)17.38º65.64%63.92%-
XYZ19.2314.895.6-
YUV106.1999.68168.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 56 (22.27% from 255) = 18.30%
R=53.27%
G=28.43%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163875600.470.660.3617.3848.8642.94
HexA3573802F422411312b
Octal2431277005710244216153
Binary1010001110101111110000101111100001010010010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35738; }

 p { color: rgb(163,87,56); }

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

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

 a { background-color: rgb(163,87,56); }

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

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

 span { border-color: rgb(163,87,56); }

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