#A95A37

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

Shades of Vesuvius #A95A37

Tints of Vesuvius #A95A37

Color information

#A95A37 (or 0xA95A37) is unknown color: approx Vesuvius. HEX triplet: A9, 5A and 37. RGB value is (169,90,55). Sum of RGB (Red+Green+Blue) = 169+90+55=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A37 is #56A5C8. Grayscale: #6D6D6D. Windows color (decimal): -5678537 or 3627689. OLE color: 3627689.

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

Color convert

RGB1699055-
CMYK00.470.670.34
HSL18.42º50.89%43.92%-
HSV(B)18.42º67.46%66.27%-
XYZ20.7116.025.62-
YUV109.6397.17170.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=53.82%
G=28.66%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169905500.470.670.3418.4250.8943.92
HexA95A3702F432212332c
Octal2511326705710342226354
Binary1010100110110101101110101111100001110001010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A37; }

 p { color: rgb(169,90,55); }

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

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

 a { background-color: rgb(169,90,55); }

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

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

 span { border-color: rgb(169,90,55); }

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