#A35532

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

Shades of Vesuvius #A35532

Tints of Vesuvius #A35532

Color information

#A35532 (or 0xA35532) is unknown color: approx Vesuvius. HEX triplet: A3, 55 and 32. RGB value is (163,85,50). Sum of RGB (Red+Green+Blue) = 163+85+50=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A35532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35532 is #5CAACD. Grayscale: #686868. Windows color (decimal): -6073038 or 3298723. OLE color: 3298723.

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

Color convert

RGB1638550-
CMYK00.480.690.36
HSL18.58º53.05%41.76%-
HSV(B)18.58º69.33%63.92%-
XYZ18.9314.514.82-
YUV104.3397.34169.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=54.70%
G=28.52%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163855000.480.690.3618.5853.0541.76
HexA35532030452413352a
Octal2431256206010544236552
Binary1010001110101011100100110000100010110010010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35532; }

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

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

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

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

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

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

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

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