#AF583F

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

Shades of Tuscany #AF583F

Tints of Tuscany #AF583F

Color information

#AF583F (or 0xAF583F) is unknown color: approx Tuscany. HEX triplet: AF, 58 and 3F. RGB value is (175,88,63). Sum of RGB (Red+Green+Blue) = 175+88+63=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF583F is #50A7C0. Grayscale: #6F6F6F. Windows color (decimal): -5285825 or 4151471. OLE color: 4151471.

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

Color convert

RGB1758863-
CMYK00.500.640.31
HSL13.39º47.06%46.67%-
HSV(B)13.39º64%68.63%-
XYZ22.0716.456.72-
YUV111.16100.82173.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 63 (25% from 255) = 19.33%
R=53.68%
G=26.99%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175886300.500.640.3113.3947.0646.67
HexAF583F032401Fd2f2f
Octal2571307706210037155757
Binary10101111101100011111101100101000000111111101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF583F; }

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

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

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

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

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

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

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

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