Shades of Tallow #AF9A6B
Tints of Tallow #AF9A6B
RGB
CMYK
RGB Variations
Color information
#AF9A6B (or 0xAF9A6B) is known color: Tallow. HEX triplet: AF, 9A and 6B. RGB value is (175,154,107). Sum of RGB (Red+Green+Blue) = 175+154+107=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A6B is #506594. Grayscale: #9B9B9B. Windows color (decimal): -5268885 or 7051951. OLE color: 7051951.
HSL color Cylindrical-coordinate representation of color #AF9A6B: hue angle of 41.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF9A6B is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 107 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.31 |
| HSL | 41.47º | 0.3% | 0.55% | - |
| HSV(B) | 41.47º | 0.39% | 0.69% | - |
| XYZ | 31.89 | 33.29 | 18.65 | - |
| YUV | 154.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 107 | 0 | 0.12 | 0.39 | 0.31 | 41.47 | 0.3 | 0.55 |
| Hex | AF | 9A | 6B | 0 | C | 27 | 1F | 29 | 1E | 37 |
| Octal | 257 | 232 | 153 | 0 | 14 | 47 | 37 | 51 | 36 | 67 |
| Binary | 10101111 | 10011010 | 1101011 | 0 | 1100 | 100111 | 11111 | 101001 | 11110 | 110111 |
Color Harmonies of #AF9A6B
Complementary color
Monochromatic Colors of #AF9A6B
Black with #AF9A6B
Text Example
Text Example
White with #AF9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A6B; }
p { color: rgb(175,154,107); }
H1.HeaderClassName
{
color: #AF9A6B;
}
.AnyTagClassName
{
color: #AF9A6B;
}
</style>
background-color css
<style>
a { background-color: #AF9A6B; }
a { background-color: rgb(175,154,107); }
div.DivClassName
{
background-color: #AF9A6B;
}
.BgClassName
{
background-color: #AF9A6B;
}
</style>
border-color css
<style>
span { border-color: #AF9A6B; }
span { border-color: rgb(175,154,107); }
td.TdClassName
{
border-color: #AF9A6B;
}
.TagClassName
{
border-color: #AF9A6B;
}
</style>