#AF6847

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

Shades of Tuscany #AF6847

Tints of Tuscany #AF6847

Color information

#AF6847 (or 0xAF6847) is unknown color: approx Tuscany. HEX triplet: AF, 68 and 47. RGB value is (175,104,71). Sum of RGB (Red+Green+Blue) = 175+104+71=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6847 is #5097B8. Grayscale: #797979. Windows color (decimal): -5281721 or 4679855. OLE color: 4679855.

HSL color Cylindrical-coordinate representation of color #AF6847: hue angle of 19.04º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF6847 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17510471-
CMYK00.410.590.31
HSL19.04º42.28%48.24%-
HSV(B)19.04º59.43%68.63%-
XYZ23.7719.478.47-
YUV121.4799.52166.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=50%
G=29.71%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751047100.410.590.3119.0442.2848.24
HexAF68470293B1F132a30
Octal2571501070517337235260
Binary101011111101000100011101010011110111111110011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6847; }

 p { color: rgb(175,104,71); }

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

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

 a { background-color: rgb(175,104,71); }

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

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

 span { border-color: rgb(175,104,71); }

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