#AF603C

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

Shades of Tuscany #AF603C

Tints of Tuscany #AF603C

Color information

#AF603C (or 0xAF603C) is unknown color: approx Tuscany. HEX triplet: AF, 60 and 3C. RGB value is (175,96,60). Sum of RGB (Red+Green+Blue) = 175+96+60=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF603C is #509FC3. Grayscale: #737373. Windows color (decimal): -5283780 or 3956911. OLE color: 3956911.

HSL color Cylindrical-coordinate representation of color #AF603C: hue angle of 18.78º degrees, saturation: 0.49, 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 #AF603C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1759660-
CMYK00.450.660.31
HSL18.78º48.94%46.08%-
HSV(B)18.78º65.71%68.63%-
XYZ22.6817.816.52-
YUV115.5296.67170.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=52.87%
G=29.00%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175966000.450.660.3118.7848.9446.08
HexAF603C02D421F13312e
Octal2571407405510237236156
Binary101011111100000111100010110110000101111110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF603C; }

 p { color: rgb(175,96,60); }

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

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

 a { background-color: rgb(175,96,60); }

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

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

 span { border-color: rgb(175,96,60); }

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