#A86142

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

Shades of Tuscany #A86142

Tints of Tuscany #A86142

Color information

#A86142 (or 0xA86142) is unknown color: approx Tuscany. HEX triplet: A8, 61 and 42. RGB value is (168,97,66). Sum of RGB (Red+Green+Blue) = 168+97+66=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A86142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86142 is #579EBD. Grayscale: #727272. Windows color (decimal): -5742270 or 4350376. OLE color: 4350376.

HSL color Cylindrical-coordinate representation of color #A86142: hue angle of 18.24º 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 #A86142 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1689766-
CMYK00.420.610.34
HSL18.24º43.59%45.88%-
HSV(B)18.24º60.71%65.88%-
XYZ21.4117.277.36-
YUV114.7100.52166.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=50.76%
G=29.31%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168976600.420.610.3418.2443.5945.88
HexA8614202A3D22122c2e
Octal2501411020527542225456
Binary1010100011000011000010010101011110110001010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86142; }

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

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

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

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

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

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

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

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