#AF663F

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

Shades of Tuscany #AF663F

Tints of Tuscany #AF663F

Color information

#AF663F (or 0xAF663F) is unknown color: approx Tuscany. HEX triplet: AF, 66 and 3F. RGB value is (175,102,63). Sum of RGB (Red+Green+Blue) = 175+102+63=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF663F is #5099C0. Grayscale: #777777. Windows color (decimal): -5282241 or 4155055. OLE color: 4155055.

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

Color convert

RGB17510263-
CMYK00.420.640.31
HSL20.89º47.06%46.67%-
HSV(B)20.89º64%68.63%-
XYZ23.3318.987.14-
YUV119.3896.18167.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 63 (25% from 255) = 18.53%
R=51.47%
G=30%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751026300.420.640.3120.8947.0646.67
HexAF663F02A401F152f2f
Octal2571467705210037255757
Binary101011111100110111111010101010000001111110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF663F; }

 p { color: rgb(175,102,63); }

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

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

 a { background-color: rgb(175,102,63); }

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

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

 span { border-color: rgb(175,102,63); }

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