#AB5B41

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

Shades of Tuscany #AB5B41

Tints of Tuscany #AB5B41

Color information

#AB5B41 (or 0xAB5B41) is unknown color: approx Tuscany. HEX triplet: AB, 5B and 41. RGB value is (171,91,65). Sum of RGB (Red+Green+Blue) = 171+91+65=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B41 is #54A4BE. Grayscale: #707070. Windows color (decimal): -5547199 or 4283307. OLE color: 4283307.

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

Color convert

RGB1719165-
CMYK00.470.620.33
HSL14.72º44.92%46.27%-
HSV(B)14.72º61.99%67.06%-
XYZ21.4916.527.06-
YUV111.96101.5170.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=52.29%
G=27.83%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171916500.470.620.3314.7244.9246.27
HexAB5B4102F3E21f2d2e
Octal2531331010577641175556
Binary101010111011011100000101011111111101000011111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5B41; }

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

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

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

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

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

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

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

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