#A95B39

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

Shades of Vesuvius #A95B39

Tints of Vesuvius #A95B39

Color information

#A95B39 (or 0xA95B39) is unknown color: approx Vesuvius. HEX triplet: A9, 5B and 39. RGB value is (169,91,57). Sum of RGB (Red+Green+Blue) = 169+91+57=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95B39 is #56A4C6. Grayscale: #6E6E6E. Windows color (decimal): -5678279 or 3759017. OLE color: 3759017.

HSL color Cylindrical-coordinate representation of color #A95B39: hue angle of 18.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A95B39 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1699157-
CMYK00.460.660.34
HSL18.21º49.56%44.31%-
HSV(B)18.21º66.27%66.27%-
XYZ20.8416.215.9-
YUV110.4597.84169.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=53.31%
G=28.71%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169915700.460.660.3418.2149.5644.31
HexA95B3902E422212322c
Octal2511337105610242226254
Binary1010100110110111110010101110100001010001010010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B39; }

 p { color: rgb(169,91,57); }

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

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

 a { background-color: rgb(169,91,57); }

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

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

 span { border-color: rgb(169,91,57); }

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