#AB6643

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

Shades of Tuscany #AB6643

Tints of Tuscany #AB6643

Color information

#AB6643 (or 0xAB6643) is unknown color: approx Tuscany. HEX triplet: AB, 66 and 43. RGB value is (171,102,67). Sum of RGB (Red+Green+Blue) = 171+102+67=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6643 is #5499BC. Grayscale: #767676. Windows color (decimal): -5544381 or 4417195. OLE color: 4417195.

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

Color convert

RGB17110267-
CMYK00.400.610.33
HSL20.19º43.7%46.67%-
HSV(B)20.19º60.82%67.06%-
XYZ22.5618.577.7-
YUV118.6498.86165.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 67 (26.56% from 255) = 19.71%
R=50.29%
G=30%
B=19.71%

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
Decimal1711026700.400.610.3320.1943.746.67
HexAB66430283D21142c2f
Octal2531461030507541245457
Binary1010101111001101000011010100011110110000110100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6643; }

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

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

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

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

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

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

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

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