#A95B34

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

Shades of Vesuvius #A95B34

Tints of Vesuvius #A95B34

Color information

#A95B34 (or 0xA95B34) is unknown color: approx Vesuvius. HEX triplet: A9, 5B and 34. RGB value is (169,91,52). Sum of RGB (Red+Green+Blue) = 169+91+52=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95B34 is #56A4CB. Grayscale: #6E6E6E. Windows color (decimal): -5678284 or 3431337. OLE color: 3431337.

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

Color convert

RGB1699152-
CMYK00.460.690.34
HSL20º52.94%43.33%-
HSV(B)20º69.23%66.27%-
XYZ20.7216.175.28-
YUV109.8895.34170.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=54.17%
G=29.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169915200.460.690.342052.9443.33
HexA95B3402E452214352b
Octal2511336405610542246553
Binary1010100110110111101000101110100010110001010100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B34; }

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

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

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

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

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

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

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

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