#A86648

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

Shades of Tuscany #A86648

Tints of Tuscany #A86648

Color information

#A86648 (or 0xA86648) is unknown color: approx Tuscany. HEX triplet: A8, 66 and 48. RGB value is (168,102,72). Sum of RGB (Red+Green+Blue) = 168+102+72=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A86648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86648 is #5799B7. Grayscale: #767676. Windows color (decimal): -5740984 or 4744872. OLE color: 4744872.

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

Color convert

RGB16810272-
CMYK00.390.570.34
HSL18.75º40%47.06%-
HSV(B)18.75º57.14%65.88%-
XYZ22.0718.38.5-
YUV118.31101.87163.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=49.12%
G=29.82%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681027200.390.570.3418.754047.06
HexA86648027392213282f
Octal2501461100477142235057
Binary1010100011001101001000010011111100110001010011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86648; }

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

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

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

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

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

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

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

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