#A45131

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

Shades of Vesuvius #A45131

Tints of Vesuvius #A45131

Color information

#A45131 (or 0xA45131) is unknown color: approx Vesuvius. HEX triplet: A4, 51 and 31. RGB value is (164,81,49). Sum of RGB (Red+Green+Blue) = 164+81+49=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A45131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45131 is #5BAECE. Grayscale: #666666. Windows color (decimal): -6008527 or 3232164. OLE color: 3232164.

HSL color Cylindrical-coordinate representation of color #A45131: hue angle of 16.7º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A45131 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1648149-
CMYK00.510.700.36
HSL16.7º53.99%41.76%-
HSV(B)16.7º70.12%64.31%-
XYZ18.81144.62-
YUV102.1798172.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=55.78%
G=27.55%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164814900.510.700.3616.753.9941.76
HexA45131033462411362a
Octal2441216106310644216652
Binary1010010010100011100010110011100011010010010001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45131; }

 p { color: rgb(164,81,49); }

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

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

 a { background-color: rgb(164,81,49); }

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

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

 span { border-color: rgb(164,81,49); }

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