#AB6540

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

Shades of Tuscany #AB6540

Tints of Tuscany #AB6540

Color information

#AB6540 (or 0xAB6540) is unknown color: approx Tuscany. HEX triplet: AB, 65 and 40. RGB value is (171,101,64). Sum of RGB (Red+Green+Blue) = 171+101+64=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6540 is #549ABF. Grayscale: #757575. Windows color (decimal): -5544640 or 4220331. OLE color: 4220331.

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

Color convert

RGB17110164-
CMYK00.410.630.33
HSL20.75º45.53%46.08%-
HSV(B)20.75º62.57%67.06%-
XYZ22.3718.347.21-
YUV117.7197.69166.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=50.89%
G=30.06%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711016400.410.630.3320.7545.5346.08
HexAB65400293F21152e2e
Octal2531451000517741255656
Binary1010101111001011000000010100111111110000110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6540; }

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

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

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

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

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

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

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

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