#ab5f3d

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

Shades of Tuscany #AB5F3D

Tints of Tuscany #AB5F3D

Color information

#AB5F3D (or 0xAB5F3D) is unknown color: approx Tuscany. HEX triplet: AB, 5F and 3D. RGB value is (171,95,61). Sum of RGB (Red+Green+Blue) = 171+95+61=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5F3D is #54A0C2. Grayscale: #727272. Windows color (decimal): -5546179 or 4022187. OLE color: 4022187.

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

Color convert

RGB1719561-
CMYK00.440.640.33
HSL18.55º47.41%45.49%-
HSV(B)18.55º64.33%67.06%-
XYZ21.7317.186.59-
YUV113.8598.18168.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=52.29%
G=29.05%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171956100.440.640.3318.5547.4145.49
HexAB5F3D02C4021132f2d
Octal2531377505410041235755
Binary1010101110111111111010101100100000010000110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab5f3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab5f3d; }

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

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

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

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

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

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

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

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