#af5f4a

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

Shades of Tuscany #AF5F4A

Tints of Tuscany #AF5F4A

Color information

#AF5F4A (or 0xAF5F4A) is unknown color: approx Tuscany. HEX triplet: AF, 5F and 4A. RGB value is (175,95,74). Sum of RGB (Red+Green+Blue) = 175+95+74=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5F4A is #50A0B5. Grayscale: #747474. Windows color (decimal): -5284022 or 4874159. OLE color: 4874159.

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

Color convert

RGB1759574-
CMYK00.460.580.31
HSL12.48º40.56%48.82%-
HSV(B)12.48º57.71%68.63%-
XYZ23.0117.798.7-
YUV116.53104169.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=50.87%
G=27.62%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175957400.460.580.3112.4840.5648.82
HexAF5F4A02E3A1Fc2931
Octal2571371120567237145161
Binary10101111101111110010100101110111010111111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5f4a; }

 p { color: rgb(175,95,74); }

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

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

 a { background-color: rgb(175,95,74); }

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

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

 span { border-color: rgb(175,95,74); }

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