#A76141

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

Shades of Tuscany #A76141

Tints of Tuscany #A76141

Color information

#A76141 (or 0xA76141) is unknown color: approx Tuscany. HEX triplet: A7, 61 and 41. RGB value is (167,97,65). Sum of RGB (Red+Green+Blue) = 167+97+65=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A76141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76141 is #589EBE. Grayscale: #727272. Windows color (decimal): -5807807 or 4284839. OLE color: 4284839.

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

Color convert

RGB1679765-
CMYK00.420.610.35
HSL18.82º43.97%45.49%-
HSV(B)18.82º61.08%65.49%-
XYZ21.1717.157.2-
YUV114.28100.19165.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=50.76%
G=29.48%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167976500.420.610.3518.8243.9745.49
HexA7614102A3D23132c2d
Octal2471411010527543235455
Binary1010011111000011000001010101011110110001110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76141; }

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

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

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

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

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

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

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

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