#AF643C

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

Shades of Tuscany #AF643C

Tints of Tuscany #AF643C

Color information

#AF643C (or 0xAF643C) is unknown color: approx Tuscany. HEX triplet: AF, 64 and 3C. RGB value is (175,100,60). Sum of RGB (Red+Green+Blue) = 175+100+60=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF643C is #509BC3. Grayscale: #767676. Windows color (decimal): -5282756 or 3957935. OLE color: 3957935.

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

Color convert

RGB17510060-
CMYK00.430.660.31
HSL20.87º48.94%46.08%-
HSV(B)20.87º65.71%68.63%-
XYZ23.0518.556.64-
YUV117.8695.35168.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=52.24%
G=29.85%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751006000.430.660.3120.8748.9446.08
HexAF643C02B421F15312e
Octal2571447405310237256156
Binary101011111100100111100010101110000101111110101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF643C; }

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

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

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

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

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

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

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

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