#A76644

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

Shades of Tuscany #A76644

Tints of Tuscany #A76644

Color information

#A76644 (or 0xA76644) is unknown color: approx Tuscany. HEX triplet: A7, 66 and 44. RGB value is (167,102,68). Sum of RGB (Red+Green+Blue) = 167+102+68=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A76644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76644 is #5899BB. Grayscale: #757575. Windows color (decimal): -5806524 or 4482727. OLE color: 4482727.

HSL color Cylindrical-coordinate representation of color #A76644: hue angle of 20.61º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A76644 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16710268-
CMYK00.390.590.35
HSL20.61º42.13%46.08%-
HSV(B)20.61º59.28%65.49%-
XYZ21.7318.147.82-
YUV117.56100.03163.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=49.55%
G=30.27%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671026800.390.590.3520.6142.1346.08
HexA766440273B23152a2e
Octal2471461040477343255256
Binary1010011111001101000100010011111101110001110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76644; }

 p { color: rgb(167,102,68); }

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

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

 a { background-color: rgb(167,102,68); }

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

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

 span { border-color: rgb(167,102,68); }

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