#AB5E3C

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

Shades of Tuscany #AB5E3C

Tints of Tuscany #AB5E3C

Color information

#AB5E3C (or 0xAB5E3C) is unknown color: approx Tuscany. HEX triplet: AB, 5E and 3C. RGB value is (171,94,60). Sum of RGB (Red+Green+Blue) = 171+94+60=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E3C is #54A1C3. Grayscale: #717171. Windows color (decimal): -5546436 or 3956395. OLE color: 3956395.

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

Color convert

RGB1719460-
CMYK00.450.650.33
HSL18.38º48.05%45.29%-
HSV(B)18.38º64.91%67.06%-
XYZ21.6116.996.42-
YUV113.1598.01169.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=52.62%
G=28.92%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171946000.450.650.3318.3848.0545.29
HexAB5E3C02D412112302d
Octal2531367405510141226055
Binary1010101110111101111000101101100000110000110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E3C; }

 p { color: rgb(171,94,60); }

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

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

 a { background-color: rgb(171,94,60); }

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

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

 span { border-color: rgb(171,94,60); }

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