#A76249

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

Shades of Tuscany #A76249

Tints of Tuscany #A76249

Color information

#A76249 (or 0xA76249) is unknown color: approx Tuscany. HEX triplet: A7, 62 and 49. RGB value is (167,98,73). Sum of RGB (Red+Green+Blue) = 167+98+73=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A76249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76249 is #589DB6. Grayscale: #737373. Windows color (decimal): -5807543 or 4809383. OLE color: 4809383.

HSL color Cylindrical-coordinate representation of color #A76249: hue angle of 15.96º 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 #A76249 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1679873-
CMYK00.410.560.35
HSL15.96º39.17%47.06%-
HSV(B)15.96º56.29%65.49%-
XYZ21.5117.438.53-
YUV115.78103.86164.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=49.41%
G=28.99%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167987300.410.560.3515.9639.1747.06
HexA76249029382310272f
Octal2471421110517043204757
Binary1010011111000101001001010100111100010001110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76249; }

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

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

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

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

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

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

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

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