#AB6747

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

Shades of Tuscany #AB6747

Tints of Tuscany #AB6747

Color information

#AB6747 (or 0xAB6747) is unknown color: approx Tuscany. HEX triplet: AB, 67 and 47. RGB value is (171,103,71). Sum of RGB (Red+Green+Blue) = 171+103+71=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6747 is #5498B8. Grayscale: #777777. Windows color (decimal): -5544121 or 4679595. OLE color: 4679595.

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

Color convert

RGB17110371-
CMYK00.400.580.33
HSL19.2º41.32%47.45%-
HSV(B)19.2º58.48%67.06%-
XYZ22.7818.818.39-
YUV119.68100.53164.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=49.57%
G=29.86%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711037100.400.580.3319.241.3247.45
HexAB67470283A2113292f
Octal2531471070507241235157
Binary1010101111001111000111010100011101010000110011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6747; }

 p { color: rgb(171,103,71); }

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

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

 a { background-color: rgb(171,103,71); }

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

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

 span { border-color: rgb(171,103,71); }

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