#A86342

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

Shades of Tuscany #A86342

Tints of Tuscany #A86342

Color information

#A86342 (or 0xA86342) is unknown color: approx Tuscany. HEX triplet: A8, 63 and 42. RGB value is (168,99,66). Sum of RGB (Red+Green+Blue) = 168+99+66=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A86342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86342 is #579CBD. Grayscale: #747474. Windows color (decimal): -5741758 or 4350888. OLE color: 4350888.

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

Color convert

RGB1689966-
CMYK00.410.610.34
HSL19.41º43.59%45.88%-
HSV(B)19.41º60.71%65.88%-
XYZ21.5917.647.42-
YUV115.8799.86165.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=50.45%
G=29.73%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168996600.410.610.3419.4143.5945.88
HexA863420293D22132c2e
Octal2501431020517542235456
Binary1010100011000111000010010100111110110001010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86342; }

 p { color: rgb(168,99,66); }

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

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

 a { background-color: rgb(168,99,66); }

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

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

 span { border-color: rgb(168,99,66); }

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