#a76742

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

Shades of Tuscany #A76742

Tints of Tuscany #A76742

Color information

#A76742 (or 0xA76742) is unknown color: approx Tuscany. HEX triplet: A7, 67 and 42. RGB value is (167,103,66). Sum of RGB (Red+Green+Blue) = 167+103+66=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A76742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76742 is #5898BD. Grayscale: #767676. Windows color (decimal): -5806270 or 4351911. OLE color: 4351911.

HSL color Cylindrical-coordinate representation of color #A76742: hue angle of 21.98º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A76742 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16710366-
CMYK00.380.600.35
HSL21.98º43.35%45.69%-
HSV(B)21.98º60.48%65.49%-
XYZ21.7718.317.54-
YUV117.9298.7163.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=49.70%
G=30.65%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671036600.380.600.3521.9843.3545.69
HexA767420263C23162b2e
Octal2471471020467443265356
Binary1010011111001111000010010011011110010001110110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76742; }

 p { color: rgb(167,103,66); }

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

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

 a { background-color: rgb(167,103,66); }

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

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

 span { border-color: rgb(167,103,66); }

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