#AB6947

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

Shades of Tuscany #AB6947

Tints of Tuscany #AB6947

Color information

#AB6947 (or 0xAB6947) is unknown color: approx Tuscany. HEX triplet: AB, 69 and 47. RGB value is (171,105,71). Sum of RGB (Red+Green+Blue) = 171+105+71=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6947 is #5496B8. Grayscale: #797979. Windows color (decimal): -5543609 or 4680107. OLE color: 4680107.

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

Color convert

RGB17110571-
CMYK00.390.580.33
HSL20.4º41.32%47.45%-
HSV(B)20.4º58.48%67.06%-
XYZ22.9819.228.46-
YUV120.8699.87163.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=49.28%
G=30.26%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711057100.390.580.3320.441.3247.45
HexAB69470273A2114292f
Octal2531511070477241245157
Binary1010101111010011000111010011111101010000110100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6947; }

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

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

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

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

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

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

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

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