#AB6640

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

Shades of Tuscany #AB6640

Tints of Tuscany #AB6640

Color information

#AB6640 (or 0xAB6640) is unknown color: approx Tuscany. HEX triplet: AB, 66 and 40. RGB value is (171,102,64). Sum of RGB (Red+Green+Blue) = 171+102+64=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6640 is #5499BF. Grayscale: #767676. Windows color (decimal): -5544384 or 4220587. OLE color: 4220587.

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

Color convert

RGB17110264-
CMYK00.400.630.33
HSL21.31º45.53%46.08%-
HSV(B)21.31º62.57%67.06%-
XYZ22.4718.537.24-
YUV118.397.36165.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=50.74%
G=30.27%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711026400.400.630.3321.3145.5346.08
HexAB66400283F21152e2e
Octal2531461000507741255656
Binary1010101111001101000000010100011111110000110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6640; }

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

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

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

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

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

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

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

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