#A75D44

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

Shades of Tuscany #A75D44

Tints of Tuscany #A75D44

Color information

#A75D44 (or 0xA75D44) is unknown color: approx Tuscany. HEX triplet: A7, 5D and 44. RGB value is (167,93,68). Sum of RGB (Red+Green+Blue) = 167+93+68=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D44 is #58A2BB. Grayscale: #707070. Windows color (decimal): -5808828 or 4480423. OLE color: 4480423.

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

Color convert

RGB1679368-
CMYK00.440.590.35
HSL15.15º42.13%46.08%-
HSV(B)15.15º59.28%65.49%-
XYZ20.8916.467.54-
YUV112.28103.02167.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.91%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 68 (26.95% from 255) = 20.73%
R=50.91%
G=28.35%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167936800.440.590.3515.1542.1346.08
HexA75D4402C3B23f2a2e
Octal2471351040547343175256
Binary101001111011101100010001011001110111000111111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D44; }

 p { color: rgb(167,93,68); }

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

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

 a { background-color: rgb(167,93,68); }

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

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

 span { border-color: rgb(167,93,68); }

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