Shades of Tallow #AF9E6B
Tints of Tallow #AF9E6B
RGB
CMYK
RGB Variations
Color information
#AF9E6B (or 0xAF9E6B) is known color: Tallow. HEX triplet: AF, 9E and 6B. RGB value is (175,158,107). Sum of RGB (Red+Green+Blue) = 175+158+107=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E6B is #506194. Grayscale: #9D9D9D. Windows color (decimal): -5267861 or 7052975. OLE color: 7052975.
HSL color Cylindrical-coordinate representation of color #AF9E6B: hue angle of 45º 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 #AF9E6B is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 107 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.31 |
| HSL | 45º | 0.3% | 0.55% | - |
| HSV(B) | 45º | 0.39% | 0.69% | - |
| XYZ | 32.56 | 34.63 | 18.88 | - |
| YUV | 157.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 107 | 0 | 0.10 | 0.39 | 0.31 | 45 | 0.3 | 0.55 |
| Hex | AF | 9E | 6B | 0 | A | 27 | 1F | 2D | 1E | 37 |
| Octal | 257 | 236 | 153 | 0 | 12 | 47 | 37 | 55 | 36 | 67 |
| Binary | 10101111 | 10011110 | 1101011 | 0 | 1010 | 100111 | 11111 | 101101 | 11110 | 110111 |
Color Harmonies of #AF9E6B
Complementary color
Monochromatic Colors of #AF9E6B
Black with #AF9E6B
Text Example
Text Example
White with #AF9E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E6B; }
p { color: rgb(175,158,107); }
H1.HeaderClassName
{
color: #AF9E6B;
}
.AnyTagClassName
{
color: #AF9E6B;
}
</style>
background-color css
<style>
a { background-color: #AF9E6B; }
a { background-color: rgb(175,158,107); }
div.DivClassName
{
background-color: #AF9E6B;
}
.BgClassName
{
background-color: #AF9E6B;
}
</style>
border-color css
<style>
span { border-color: #AF9E6B; }
span { border-color: rgb(175,158,107); }
td.TdClassName
{
border-color: #AF9E6B;
}
.TagClassName
{
border-color: #AF9E6B;
}
</style>