#A76348

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

Shades of Tuscany #A76348

Tints of Tuscany #A76348

Color information

#A76348 (or 0xA76348) is unknown color: approx Tuscany. HEX triplet: A7, 63 and 48. RGB value is (167,99,72). Sum of RGB (Red+Green+Blue) = 167+99+72=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A76348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76348 is #589CB7. Grayscale: #747474. Windows color (decimal): -5807288 or 4744103. OLE color: 4744103.

HSL color Cylindrical-coordinate representation of color #A76348: hue angle of 17.05º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A76348 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1679972-
CMYK00.410.570.35
HSL17.05º39.75%46.86%-
HSV(B)17.05º56.89%65.49%-
XYZ21.5717.618.39-
YUV116.25103.03164.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=49.41%
G=29.29%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167997200.410.570.3517.0539.7546.86
HexA76348029392311282f
Octal2471431100517143215057
Binary1010011111000111001000010100111100110001110001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76348; }

 p { color: rgb(167,99,72); }

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

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

 a { background-color: rgb(167,99,72); }

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

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

 span { border-color: rgb(167,99,72); }

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