#AB6547

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

Shades of Tuscany #AB6547

Tints of Tuscany #AB6547

Color information

#AB6547 (or 0xAB6547) is unknown color: approx Tuscany. HEX triplet: AB, 65 and 47. RGB value is (171,101,71). Sum of RGB (Red+Green+Blue) = 171+101+71=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6547 is #549AB8. Grayscale: #767676. Windows color (decimal): -5544633 or 4679083. OLE color: 4679083.

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

Color convert

RGB17110171-
CMYK00.410.580.33
HSL18º41.32%47.45%-
HSV(B)18º58.48%67.06%-
XYZ22.5918.428.33-
YUV118.51101.19165.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 71 (28.12% from 255) = 20.70%
R=49.85%
G=29.45%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711017100.410.580.331841.3247.45
HexAB65470293A2112292f
Octal2531451070517241225157
Binary1010101111001011000111010100111101010000110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6547; }

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

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

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

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

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

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

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

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