#AB5D41

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

Shades of Tuscany #AB5D41

Tints of Tuscany #AB5D41

Color information

#AB5D41 (or 0xAB5D41) is unknown color: approx Tuscany. HEX triplet: AB, 5D and 41. RGB value is (171,93,65). Sum of RGB (Red+Green+Blue) = 171+93+65=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D41 is #54A2BE. Grayscale: #717171. Windows color (decimal): -5546687 or 4283819. OLE color: 4283819.

HSL color Cylindrical-coordinate representation of color #AB5D41: hue angle of 15.85º 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 #AB5D41 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1719365-
CMYK00.460.620.33
HSL15.85º44.92%46.27%-
HSV(B)15.85º61.99%67.06%-
XYZ21.6616.877.12-
YUV113.13100.84169.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=51.98%
G=28.27%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171936500.460.620.3315.8544.9246.27
HexAB5D4102E3E21102d2e
Octal2531351010567641205556
Binary1010101110111011000001010111011111010000110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D41; }

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

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

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

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

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

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

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

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