#AB5C40

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

Shades of Tuscany #AB5C40

Tints of Tuscany #AB5C40

Color information

#AB5C40 (or 0xAB5C40) is unknown color: approx Tuscany. HEX triplet: AB, 5C and 40. RGB value is (171,92,64). Sum of RGB (Red+Green+Blue) = 171+92+64=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C40 is #54A3BF. Grayscale: #707070. Windows color (decimal): -5546944 or 4218027. OLE color: 4218027.

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

Color convert

RGB1719264-
CMYK00.460.630.33
HSL15.7º45.53%46.08%-
HSV(B)15.7º62.57%67.06%-
XYZ21.5516.686.93-
YUV112.43100.67169.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=52.29%
G=28.13%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171926400.460.630.3315.745.5346.08
HexAB5C4002E3F21102e2e
Octal2531341000567741205656
Binary1010101110111001000000010111011111110000110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C40; }

 p { color: rgb(171,92,64); }

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

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

 a { background-color: rgb(171,92,64); }

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

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

 span { border-color: rgb(171,92,64); }

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