#A86647

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

Shades of Tuscany #A86647

Tints of Tuscany #A86647

Color information

#A86647 (or 0xA86647) is unknown color: approx Tuscany. HEX triplet: A8, 66 and 47. RGB value is (168,102,71). Sum of RGB (Red+Green+Blue) = 168+102+71=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A86647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86647 is #5799B8. Grayscale: #767676. Windows color (decimal): -5740985 or 4679336. OLE color: 4679336.

HSL color Cylindrical-coordinate representation of color #A86647: hue angle of 19.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86647 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16810271-
CMYK00.390.580.34
HSL19.18º40.59%46.86%-
HSV(B)19.18º57.74%65.88%-
XYZ22.0418.288.33-
YUV118.2101.37163.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 71 (28.12% from 255) = 20.82%
R=49.27%
G=29.91%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681027100.390.580.3419.1840.5946.86
HexA866470273A2213292f
Octal2501461070477242235157
Binary1010100011001101000111010011111101010001010011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86647; }

 p { color: rgb(168,102,71); }

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

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

 a { background-color: rgb(168,102,71); }

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

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

 span { border-color: rgb(168,102,71); }

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