#AF5E40

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

Shades of Tuscany #AF5E40

Tints of Tuscany #AF5E40

Color information

#AF5E40 (or 0xAF5E40) is unknown color: approx Tuscany. HEX triplet: AF, 5E and 40. RGB value is (175,94,64). Sum of RGB (Red+Green+Blue) = 175+94+64=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E40 is #50A1BF. Grayscale: #737373. Windows color (decimal): -5284288 or 4218543. OLE color: 4218543.

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

Color convert

RGB1759464-
CMYK00.460.630.31
HSL16.22º46.44%46.86%-
HSV(B)16.22º63.43%68.63%-
XYZ22.6117.497.03-
YUV114.899.34170.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=52.55%
G=28.23%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175946400.460.630.3116.2246.4446.86
HexAF5E4002E3F1F102e2f
Octal2571361000567737205657
Binary101011111011110100000001011101111111111110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E40; }

 p { color: rgb(175,94,64); }

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

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

 a { background-color: rgb(175,94,64); }

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

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

 span { border-color: rgb(175,94,64); }

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