#AF5E39

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

Shades of Tuscany #AF5E39

Tints of Tuscany #AF5E39

Color information

#AF5E39 (or 0xAF5E39) is unknown color: approx Tuscany. HEX triplet: AF, 5E and 39. RGB value is (175,94,57). Sum of RGB (Red+Green+Blue) = 175+94+57=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E39 is #50A1C6. Grayscale: #727272. Windows color (decimal): -5284295 or 3759791. OLE color: 3759791.

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

Color convert

RGB1759457-
CMYK00.460.670.31
HSL18.81º50.86%45.49%-
HSV(B)18.81º67.43%68.63%-
XYZ22.4217.416.05-
YUV11495.84171.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 57 (22.66% from 255) = 17.48%
R=53.68%
G=28.83%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175945700.460.670.3118.8150.8645.49
HexAF5E3902E431F13332d
Octal2571367105610337236355
Binary101011111011110111001010111010000111111110011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E39; }

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

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

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

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

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

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

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

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