#AF5E46

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

Shades of Tuscany #AF5E46

Tints of Tuscany #AF5E46

Color information

#AF5E46 (or 0xAF5E46) is unknown color: approx Tuscany. HEX triplet: AF, 5E and 46. RGB value is (175,94,70). Sum of RGB (Red+Green+Blue) = 175+94+70=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E46 is #50A1B9. Grayscale: #737373. Windows color (decimal): -5284282 or 4611759. OLE color: 4611759.

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

Color convert

RGB1759470-
CMYK00.460.600.31
HSL13.71º42.86%48.04%-
HSV(B)13.71º60%68.63%-
XYZ22.7917.567.98-
YUV115.48102.34170.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=51.62%
G=27.73%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175947000.460.600.3113.7142.8648.04
HexAF5E4602E3C1Fe2b30
Octal2571361060567437165360
Binary10101111101111010001100101110111100111111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E46; }

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

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

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

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

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

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

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

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