#A86440

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

Shades of Tuscany #A86440

Tints of Tuscany #A86440

Color information

#A86440 (or 0xA86440) is unknown color: approx Tuscany. HEX triplet: A8, 64 and 40. RGB value is (168,100,64). Sum of RGB (Red+Green+Blue) = 168+100+64=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A86440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86440 is #579BBF. Grayscale: #747474. Windows color (decimal): -5741504 or 4220072. OLE color: 4220072.

HSL color Cylindrical-coordinate representation of color #A86440: hue angle of 20.77º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A86440 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16810064-
CMYK00.400.620.34
HSL20.77º44.83%45.49%-
HSV(B)20.77º61.9%65.88%-
XYZ21.6317.817.15-
YUV116.2398.53164.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.60%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=50.60%
G=30.12%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681006400.400.620.3420.7744.8345.49
HexA864400283E22152d2d
Octal2501441000507642255555
Binary1010100011001001000000010100011111010001010101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86440; }

 p { color: rgb(168,100,64); }

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

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

 a { background-color: rgb(168,100,64); }

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

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

 span { border-color: rgb(168,100,64); }

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