#A75F40

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

Shades of Tuscany #A75F40

Tints of Tuscany #A75F40

Color information

#A75F40 (or 0xA75F40) is unknown color: approx Tuscany. HEX triplet: A7, 5F and 40. RGB value is (167,95,64). Sum of RGB (Red+Green+Blue) = 167+95+64=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75F40 is #58A0BF. Grayscale: #717171. Windows color (decimal): -5808320 or 4218791. OLE color: 4218791.

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

Color convert

RGB1679564-
CMYK00.430.620.35
HSL18.06º44.59%45.29%-
HSV(B)18.06º61.68%65.49%-
XYZ20.9516.776.98-
YUV112.99100.35166.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.23%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=51.23%
G=29.14%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167956400.430.620.3518.0644.5945.29
HexA75F4002B3E23122d2d
Octal2471371000537643225555
Binary1010011110111111000000010101111111010001110010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F40; }

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

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

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

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

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

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

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

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