#AB5A41

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

Shades of Tuscany #AB5A41

Tints of Tuscany #AB5A41

Color information

#AB5A41 (or 0xAB5A41) is unknown color: approx Tuscany. HEX triplet: AB, 5A and 41. RGB value is (171,90,65). Sum of RGB (Red+Green+Blue) = 171+90+65=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A41 is #54A5BE. Grayscale: #6F6F6F. Windows color (decimal): -5547455 or 4283051. OLE color: 4283051.

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

Color convert

RGB1719065-
CMYK00.470.620.33
HSL14.15º44.92%46.27%-
HSV(B)14.15º61.99%67.06%-
XYZ21.416.357.03-
YUV111.37101.84170.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=52.45%
G=27.61%
B=19.94%

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
Decimal171906500.470.620.3314.1544.9246.27
HexAB5A4102F3E21e2d2e
Octal2531321010577641165556
Binary101010111011010100000101011111111101000011110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A41; }

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

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

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

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

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

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

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

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