#AF6246

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

Shades of Tuscany #AF6246

Tints of Tuscany #AF6246

Color information

#AF6246 (or 0xAF6246) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 46. RGB value is (175,98,70). Sum of RGB (Red+Green+Blue) = 175+98+70=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6246 is #509DB9. Grayscale: #767676. Windows color (decimal): -5283258 or 4612783. OLE color: 4612783.

HSL color Cylindrical-coordinate representation of color #AF6246: hue angle of 16º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF6246 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1759870-
CMYK00.440.600.31
HSL16º42.86%48.04%-
HSV(B)16º60%68.63%-
XYZ23.1518.298.1-
YUV117.83101.01168.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=51.02%
G=28.57%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175987000.440.600.311642.8648.04
HexAF624602C3C1F102b30
Octal2571421060547437205360
Binary101011111100010100011001011001111001111110000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6246; }

 p { color: rgb(175,98,70); }

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

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

 a { background-color: rgb(175,98,70); }

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

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

 span { border-color: rgb(175,98,70); }

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