#AF6449

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

Shades of Tuscany #AF6449

Tints of Tuscany #AF6449

Color information

#AF6449 (or 0xAF6449) is unknown color: approx Tuscany. HEX triplet: AF, 64 and 49. RGB value is (175,100,73). Sum of RGB (Red+Green+Blue) = 175+100+73=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6449 is #509BB6. Grayscale: #777777. Windows color (decimal): -5282743 or 4809903. OLE color: 4809903.

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

Color convert

RGB17510073-
CMYK00.430.580.31
HSL15.88º41.13%48.63%-
HSV(B)15.88º58.29%68.63%-
XYZ23.4418.718.68-
YUV119.35101.85167.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=50.29%
G=28.74%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751007300.430.580.3115.8841.1348.63
HexAF644902B3A1F102931
Octal2571441110537237205161
Binary101011111100100100100101010111110101111110000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6449; }

 p { color: rgb(175,100,73); }

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

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

 a { background-color: rgb(175,100,73); }

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

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

 span { border-color: rgb(175,100,73); }

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