#AB5B34

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

Shades of Vesuvius #AB5B34

Tints of Vesuvius #AB5B34

Color information

#AB5B34 (or 0xAB5B34) is unknown color: approx Vesuvius. HEX triplet: AB, 5B and 34. RGB value is (171,91,52). Sum of RGB (Red+Green+Blue) = 171+91+52=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B34 is #54A4CB. Grayscale: #6E6E6E. Windows color (decimal): -5547212 or 3431339. OLE color: 3431339.

HSL color Cylindrical-coordinate representation of color #AB5B34: hue angle of 19.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB5B34 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1719152-
CMYK00.470.700.33
HSL19.66º53.36%43.73%-
HSV(B)19.66º69.59%67.06%-
XYZ21.1616.395.3-
YUV110.4795171.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.46%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=54.46%
G=28.98%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171915200.470.700.3319.6653.3643.73
HexAB5B3402F462114352c
Octal2531336405710641246554
Binary1010101110110111101000101111100011010000110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5B34; }

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

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

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

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

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

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

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

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