#AF623C

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

Shades of Tuscany #AF623C

Tints of Tuscany #AF623C

Color information

#AF623C (or 0xAF623C) is unknown color: approx Tuscany. HEX triplet: AF, 62 and 3C. RGB value is (175,98,60). Sum of RGB (Red+Green+Blue) = 175+98+60=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF623C is #509DC3. Grayscale: #747474. Windows color (decimal): -5283268 or 3957423. OLE color: 3957423.

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

Color convert

RGB1759860-
CMYK00.440.660.31
HSL19.83º48.94%46.08%-
HSV(B)19.83º65.71%68.63%-
XYZ22.8618.186.58-
YUV116.6996.01169.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=52.55%
G=29.43%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175986000.440.660.3119.8348.9446.08
HexAF623C02C421F14312e
Octal2571427405410237246156
Binary101011111100010111100010110010000101111110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF623C; }

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

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

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

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

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

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

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

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