Shades of Tuscany #AF644B
Tints of Tuscany #AF644B
RGB
CMYK
RGB Variations
Color information
#AF644B (or 0xAF644B) is known color: Tuscany. HEX triplet: AF, 64 and 4B. RGB value is (175,100,75). Sum of RGB (Red+Green+Blue) = 175+100+75=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF644B is #509BB4. Grayscale: #777777. Windows color (decimal): -5282741 or 4940975. OLE color: 4940975.
HSL color Cylindrical-coordinate representation of color #AF644B: hue angle of 15º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF644B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 75 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.31 |
| HSL | 15º | 0.4% | 0.49% | - |
| HSV(B) | 15º | 0.57% | 0.69% | - |
| XYZ | 23.51 | 18.74 | 9.03 | - |
| YUV | 119.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 75 | 0 | 0.43 | 0.57 | 0.31 | 15 | 0.4 | 0.49 |
| Hex | AF | 64 | 4B | 0 | 2B | 39 | 1F | F | 28 | 31 |
| Octal | 257 | 144 | 113 | 0 | 53 | 71 | 37 | 17 | 50 | 61 |
| Binary | 10101111 | 1100100 | 1001011 | 0 | 101011 | 111001 | 11111 | 1111 | 101000 | 110001 |
Color Harmonies of #AF644B
Complementary color
Monochromatic Colors of #AF644B
Black with #AF644B
Text Example
Text Example
White with #AF644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF644B; }
p { color: rgb(175,100,75); }
H1.HeaderClassName
{
color: #AF644B;
}
.AnyTagClassName
{
color: #AF644B;
}
</style>
background-color css
<style>
a { background-color: #AF644B; }
a { background-color: rgb(175,100,75); }
div.DivClassName
{
background-color: #AF644B;
}
.BgClassName
{
background-color: #AF644B;
}
</style>
border-color css
<style>
span { border-color: #AF644B; }
span { border-color: rgb(175,100,75); }
td.TdClassName
{
border-color: #AF644B;
}
.TagClassName
{
border-color: #AF644B;
}
</style>