#A95C32

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

Shades of Vesuvius #A95C32

Tints of Vesuvius #A95C32

Color information

#A95C32 (or 0xA95C32) is unknown color: approx Vesuvius. HEX triplet: A9, 5C and 32. RGB value is (169,92,50). Sum of RGB (Red+Green+Blue) = 169+92+50=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C32 is #56A3CD. Grayscale: #6E6E6E. Windows color (decimal): -5678030 or 3300521. OLE color: 3300521.

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

Color convert

RGB1699250-
CMYK00.460.700.34
HSL21.18º54.34%42.94%-
HSV(B)21.18º70.41%66.27%-
XYZ20.7716.325.07-
YUV110.2494.01169.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.34%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=54.34%
G=29.58%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169925000.460.700.3421.1854.3442.94
HexA95C3202E462215362b
Octal2511346205610642256653
Binary1010100110111001100100101110100011010001010101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C32; }

 p { color: rgb(169,92,50); }

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

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

 a { background-color: rgb(169,92,50); }

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

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

 span { border-color: rgb(169,92,50); }

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