#A75C42

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

Shades of Tuscany #A75C42

Tints of Tuscany #A75C42

Color information

#A75C42 (or 0xA75C42) is unknown color: approx Tuscany. HEX triplet: A7, 5C and 42. RGB value is (167,92,66). Sum of RGB (Red+Green+Blue) = 167+92+66=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C42 is #58A3BD. Grayscale: #6F6F6F. Windows color (decimal): -5809086 or 4349095. OLE color: 4349095.

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

Color convert

RGB1679266-
CMYK00.450.600.35
HSL15.45º43.35%45.69%-
HSV(B)15.45º60.48%65.49%-
XYZ20.7516.267.2-
YUV111.46102.35167.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=51.38%
G=28.31%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167926600.450.600.3515.4543.3545.69
HexA75C4202D3C23f2b2e
Octal2471341020557443175356
Binary101001111011100100001001011011111001000111111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C42; }

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

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

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

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

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

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

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

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