Shades of Tallow #AF9C6C
Tints of Tallow #AF9C6C
RGB
CMYK
RGB Variations
Color information
#AF9C6C (or 0xAF9C6C) is known color: Tallow. HEX triplet: AF, 9C and 6C. RGB value is (175,156,108). Sum of RGB (Red+Green+Blue) = 175+156+108=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C6C is #506393. Grayscale: #9C9C9C. Windows color (decimal): -5268372 or 7117999. OLE color: 7117999.
HSL color Cylindrical-coordinate representation of color #AF9C6C: hue angle of 42.99º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF9C6C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 108 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.31 |
| HSL | 42.99º | 0.3% | 0.55% | - |
| HSV(B) | 42.99º | 0.38% | 0.69% | - |
| XYZ | 32.27 | 33.97 | 19.04 | - |
| YUV | 156.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 108 | 0 | 0.11 | 0.38 | 0.31 | 42.99 | 0.3 | 0.55 |
| Hex | AF | 9C | 6C | 0 | B | 26 | 1F | 2B | 1E | 37 |
| Octal | 257 | 234 | 154 | 0 | 13 | 46 | 37 | 53 | 36 | 67 |
| Binary | 10101111 | 10011100 | 1101100 | 0 | 1011 | 100110 | 11111 | 101011 | 11110 | 110111 |
Color Harmonies of #AF9C6C
Complementary color
Monochromatic Colors of #AF9C6C
Black with #AF9C6C
Text Example
Text Example
White with #AF9C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C6C; }
p { color: rgb(175,156,108); }
H1.HeaderClassName
{
color: #AF9C6C;
}
.AnyTagClassName
{
color: #AF9C6C;
}
</style>
background-color css
<style>
a { background-color: #AF9C6C; }
a { background-color: rgb(175,156,108); }
div.DivClassName
{
background-color: #AF9C6C;
}
.BgClassName
{
background-color: #AF9C6C;
}
</style>
border-color css
<style>
span { border-color: #AF9C6C; }
span { border-color: rgb(175,156,108); }
td.TdClassName
{
border-color: #AF9C6C;
}
.TagClassName
{
border-color: #AF9C6C;
}
</style>