#af5a44

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

Shades of Tuscany #AF5A44

Tints of Tuscany #AF5A44

Color information

#AF5A44 (or 0xAF5A44) is unknown color: approx Tuscany. HEX triplet: AF, 5A and 44. RGB value is (175,90,68). Sum of RGB (Red+Green+Blue) = 175+90+68=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A44 is #50A5BB. Grayscale: #717171. Windows color (decimal): -5285308 or 4479663. OLE color: 4479663.

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

Color convert

RGB1759068-
CMYK00.490.610.31
HSL12.34º44.03%47.65%-
HSV(B)12.34º61.14%68.63%-
XYZ22.3816.847.54-
YUV112.91102.66172.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=52.55%
G=27.03%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175906800.490.610.3112.3444.0347.65
HexAF5A440313D1Fc2c30
Octal2571321040617537145460
Binary10101111101101010001000110001111101111111100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5a44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5a44; }

 p { color: rgb(175,90,68); }

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

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

 a { background-color: rgb(175,90,68); }

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

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

 span { border-color: rgb(175,90,68); }

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