#AB5E3D

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

Shades of Tuscany #AB5E3D

Tints of Tuscany #AB5E3D

Color information

#AB5E3D (or 0xAB5E3D) is unknown color: approx Tuscany. HEX triplet: AB, 5E and 3D. RGB value is (171,94,61). Sum of RGB (Red+Green+Blue) = 171+94+61=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E3D is #54A1C2. Grayscale: #717171. Windows color (decimal): -5546435 or 4021931. OLE color: 4021931.

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

Color convert

RGB1719461-
CMYK00.450.640.33
HSL18º47.41%45.49%-
HSV(B)18º64.33%67.06%-
XYZ21.64176.56-
YUV113.2698.51169.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=52.45%
G=28.83%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171946100.450.640.331847.4145.49
HexAB5E3D02D4021122f2d
Octal2531367505510041225755
Binary1010101110111101111010101101100000010000110010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E3D; }

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

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

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

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

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

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

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

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