#A76149

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

Shades of Tuscany #A76149

Tints of Tuscany #A76149

Color information

#A76149 (or 0xA76149) is unknown color: approx Tuscany. HEX triplet: A7, 61 and 49. RGB value is (167,97,73). Sum of RGB (Red+Green+Blue) = 167+97+73=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A76149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76149 is #589EB6. Grayscale: #737373. Windows color (decimal): -5807799 or 4809127. OLE color: 4809127.

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

Color convert

RGB1679773-
CMYK00.420.560.35
HSL15.32º39.17%47.06%-
HSV(B)15.32º56.29%65.49%-
XYZ21.4117.258.5-
YUV115.19104.19164.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=49.55%
G=28.78%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167977300.420.560.3515.3239.1747.06
HexA7614902A3823f272f
Octal2471411110527043174757
Binary101001111100001100100101010101110001000111111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76149; }

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

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

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

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

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

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

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

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