#af5b3e

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

Shades of Tuscany #AF5B3E

Tints of Tuscany #AF5B3E

Color information

#AF5B3E (or 0xAF5B3E) is unknown color: approx Tuscany. HEX triplet: AF, 5B and 3E. RGB value is (175,91,62). Sum of RGB (Red+Green+Blue) = 175+91+62=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B3E is #50A4C1. Grayscale: #717171. Windows color (decimal): -5285058 or 4086703. OLE color: 4086703.

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

Color convert

RGB1759162-
CMYK00.480.650.31
HSL15.4º47.68%46.47%-
HSV(B)15.4º64.57%68.63%-
XYZ22.2916.946.65-
YUV112.8199.33172.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=53.35%
G=27.74%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175916200.480.650.3115.447.6846.47
HexAF5B3E030411Ff302e
Octal2571337606010137176056
Binary10101111101101111111001100001000001111111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5b3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5b3e; }

 p { color: rgb(175,91,62); }

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

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

 a { background-color: rgb(175,91,62); }

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

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

 span { border-color: rgb(175,91,62); }

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