#A76540

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

Shades of Tuscany #A76540

Tints of Tuscany #A76540

Color information

#A76540 (or 0xA76540) is unknown color: approx Tuscany. HEX triplet: A7, 65 and 40. RGB value is (167,101,64). Sum of RGB (Red+Green+Blue) = 167+101+64=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A76540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76540 is #589ABF. Grayscale: #747474. Windows color (decimal): -5806784 or 4220327. OLE color: 4220327.

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

Color convert

RGB16710164-
CMYK00.400.620.35
HSL21.55º44.59%45.29%-
HSV(B)21.55º61.68%65.49%-
XYZ21.5217.897.17-
YUV116.5298.37164.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=50.30%
G=30.42%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671016400.400.620.3521.5544.5945.29
HexA765400283E23162d2d
Octal2471451000507643265555
Binary1010011111001011000000010100011111010001110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76540; }

 p { color: rgb(167,101,64); }

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

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

 a { background-color: rgb(167,101,64); }

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

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

 span { border-color: rgb(167,101,64); }

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