#AF6047

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

Shades of Tuscany #AF6047

Tints of Tuscany #AF6047

Color information

#AF6047 (or 0xAF6047) is unknown color: approx Tuscany. HEX triplet: AF, 60 and 47. RGB value is (175,96,71). Sum of RGB (Red+Green+Blue) = 175+96+71=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6047 is #509FB8. Grayscale: #747474. Windows color (decimal): -5283769 or 4677807. OLE color: 4677807.

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

Color convert

RGB1759671-
CMYK00.450.590.31
HSL14.42º42.28%48.24%-
HSV(B)14.42º59.43%68.63%-
XYZ2317.938.21-
YUV116.77102.17169.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=51.17%
G=28.07%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175967100.450.590.3114.4242.2848.24
HexAF604702D3B1Fe2a30
Octal2571401070557337165260
Binary10101111110000010001110101101111011111111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6047; }

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

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

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

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

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

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

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

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