#AF6346

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

Shades of Tuscany #AF6346

Tints of Tuscany #AF6346

Color information

#AF6346 (or 0xAF6346) is unknown color: approx Tuscany. HEX triplet: AF, 63 and 46. RGB value is (175,99,70). Sum of RGB (Red+Green+Blue) = 175+99+70=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6346 is #509CB9. Grayscale: #767676. Windows color (decimal): -5283002 or 4613039. OLE color: 4613039.

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

Color convert

RGB1759970-
CMYK00.430.600.31
HSL16.57º42.86%48.04%-
HSV(B)16.57º60%68.63%-
XYZ23.2518.488.14-
YUV118.42100.68168.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=50.87%
G=28.78%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175997000.430.600.3116.5742.8648.04
HexAF634602B3C1F112b30
Octal2571431060537437215360
Binary101011111100011100011001010111111001111110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6346; }

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

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

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

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

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

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

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

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