#AB5D39

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

Shades of Tuscany #AB5D39

Tints of Tuscany #AB5D39

Color information

#AB5D39 (or 0xAB5D39) is unknown color: approx Tuscany. HEX triplet: AB, 5D and 39. RGB value is (171,93,57). Sum of RGB (Red+Green+Blue) = 171+93+57=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D39 is #54A2C6. Grayscale: #707070. Windows color (decimal): -5546695 or 3759531. OLE color: 3759531.

HSL color Cylindrical-coordinate representation of color #AB5D39: hue angle of 18.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB5D39 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1719357-
CMYK00.460.670.33
HSL18.95º50%44.71%-
HSV(B)18.95º66.67%67.06%-
XYZ21.4516.785.98-
YUV112.2296.84169.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=53.27%
G=28.97%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171935700.460.670.3318.955044.71
HexAB5D3902E432113322d
Octal2531357105610341236255
Binary1010101110111011110010101110100001110000110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D39; }

 p { color: rgb(171,93,57); }

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

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

 a { background-color: rgb(171,93,57); }

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

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

 span { border-color: rgb(171,93,57); }

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