#AF6141

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

Shades of Tuscany #AF6141

Tints of Tuscany #AF6141

Color information

#AF6141 (or 0xAF6141) is unknown color: approx Tuscany. HEX triplet: AF, 61 and 41. RGB value is (175,97,65). Sum of RGB (Red+Green+Blue) = 175+97+65=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6141 is #509EBE. Grayscale: #747474. Windows color (decimal): -5283519 or 4284847. OLE color: 4284847.

HSL color Cylindrical-coordinate representation of color #AF6141: hue angle of 17.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF6141 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1759765-
CMYK00.450.630.31
HSL17.45º45.83%47.06%-
HSV(B)17.45º62.86%68.63%-
XYZ22.9118.057.28-
YUV116.6798.84169.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=51.93%
G=28.78%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175976500.450.630.3117.4545.8347.06
HexAF614102D3F1F112e2f
Octal2571411010557737215657
Binary101011111100001100000101011011111111111110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6141; }

 p { color: rgb(175,97,65); }

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

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

 a { background-color: rgb(175,97,65); }

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

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

 span { border-color: rgb(175,97,65); }

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