#AF5A3B

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

Shades of Tuscany #AF5A3B

Tints of Tuscany #AF5A3B

Color information

#AF5A3B (or 0xAF5A3B) is unknown color: approx Tuscany. HEX triplet: AF, 5A and 3B. RGB value is (175,90,59). Sum of RGB (Red+Green+Blue) = 175+90+59=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A3B is #50A5C4. Grayscale: #707070. Windows color (decimal): -5285317 or 3889839. OLE color: 3889839.

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

Color convert

RGB1759059-
CMYK00.490.660.31
HSL16.03º49.57%45.88%-
HSV(B)16.03º66.29%68.63%-
XYZ22.1216.746.2-
YUV111.8898.16173.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=54.01%
G=27.78%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175905900.490.660.3116.0349.5745.88
HexAF5A3B031421F10322e
Octal2571327306110237206256
Binary101011111011010111011011000110000101111110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A3B; }

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

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

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

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

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

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

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

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