#AF593F

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

Shades of Tuscany #AF593F

Tints of Tuscany #AF593F

Color information

#AF593F (or 0xAF593F) is unknown color: approx Tuscany. HEX triplet: AF, 59 and 3F. RGB value is (175,89,63). Sum of RGB (Red+Green+Blue) = 175+89+63=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF593F is #50A6C0. Grayscale: #6F6F6F. Windows color (decimal): -5285569 or 4151727. OLE color: 4151727.

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

Color convert

RGB1758963-
CMYK00.490.640.31
HSL13.93º47.06%46.67%-
HSV(B)13.93º64%68.63%-
XYZ22.1516.626.74-
YUV111.75100.49173.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 63 (25% from 255) = 19.27%
R=53.52%
G=27.22%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175896300.490.640.3113.9347.0646.67
HexAF593F031401Fe2f2f
Octal2571317706110037165757
Binary10101111101100111111101100011000000111111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF593F; }

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

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

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

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

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

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

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

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