#AB6642

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

Shades of Tuscany #AB6642

Tints of Tuscany #AB6642

Color information

#AB6642 (or 0xAB6642) is unknown color: approx Tuscany. HEX triplet: AB, 66 and 42. RGB value is (171,102,66). Sum of RGB (Red+Green+Blue) = 171+102+66=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6642 is #5499BD. Grayscale: #767676. Windows color (decimal): -5544382 or 4351659. OLE color: 4351659.

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

Color convert

RGB17110266-
CMYK00.400.610.33
HSL20.57º44.3%46.47%-
HSV(B)20.57º61.4%67.06%-
XYZ22.5318.557.55-
YUV118.5398.36165.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=50.44%
G=30.09%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711026600.400.610.3320.5744.346.47
HexAB66420283D21152c2e
Octal2531461020507541255456
Binary1010101111001101000010010100011110110000110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6642; }

 p { color: rgb(171,102,66); }

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

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

 a { background-color: rgb(171,102,66); }

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

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

 span { border-color: rgb(171,102,66); }

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