#A76147

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

Shades of Tuscany #A76147

Tints of Tuscany #A76147

Color information

#A76147 (or 0xA76147) is unknown color: approx Tuscany. HEX triplet: A7, 61 and 47. RGB value is (167,97,71). Sum of RGB (Red+Green+Blue) = 167+97+71=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A76147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76147 is #589EB8. Grayscale: #737373. Windows color (decimal): -5807801 or 4678055. OLE color: 4678055.

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

Color convert

RGB1679771-
CMYK00.420.570.35
HSL16.25º40.34%46.67%-
HSV(B)16.25º57.49%65.49%-
XYZ21.3517.228.16-
YUV114.97103.19165.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=49.85%
G=28.96%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167977100.420.570.3516.2540.3446.67
HexA7614702A392310282f
Octal2471411070527143205057
Binary1010011111000011000111010101011100110001110000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76147; }

 p { color: rgb(167,97,71); }

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

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

 a { background-color: rgb(167,97,71); }

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

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

 span { border-color: rgb(167,97,71); }

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