#A95C36

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

Shades of Vesuvius #A95C36

Tints of Vesuvius #A95C36

Color information

#A95C36 (or 0xA95C36) is unknown color: approx Vesuvius. HEX triplet: A9, 5C and 36. RGB value is (169,92,54). Sum of RGB (Red+Green+Blue) = 169+92+54=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C36 is #56A3C9. Grayscale: #6E6E6E. Windows color (decimal): -5678026 or 3562665. OLE color: 3562665.

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

Color convert

RGB1699254-
CMYK00.460.680.34
HSL19.83º51.57%43.73%-
HSV(B)19.83º68.05%66.27%-
XYZ20.8616.365.55-
YUV110.6996.01169.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.65%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=53.65%
G=29.21%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169925400.460.680.3419.8351.5743.73
HexA95C3602E442214342c
Octal2511346605610442246454
Binary1010100110111001101100101110100010010001010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C36; }

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

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

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

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

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

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

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

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