Shades of Tallow #AFA26C
Tints of Tallow #AFA26C
RGB
CMYK
RGB Variations
Color information
#AFA26C (or 0xAFA26C) is known color: Tallow. HEX triplet: AF, A2 and 6C. RGB value is (175,162,108). Sum of RGB (Red+Green+Blue) = 175+162+108=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA26C is #505D93. Grayscale: #9F9F9F. Windows color (decimal): -5266836 or 7119535. OLE color: 7119535.
HSL color Cylindrical-coordinate representation of color #AFA26C: hue angle of 48.36º 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 #AFA26C is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 108 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.31 |
| HSL | 48.36º | 0.3% | 0.55% | - |
| HSV(B) | 48.36º | 0.38% | 0.69% | - |
| XYZ | 33.31 | 36.04 | 19.39 | - |
| YUV | 159.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 108 | 0 | 0.07 | 0.38 | 0.31 | 48.36 | 0.3 | 0.55 |
| Hex | AF | A2 | 6C | 0 | 7 | 26 | 1F | 30 | 1E | 37 |
| Octal | 257 | 242 | 154 | 0 | 7 | 46 | 37 | 60 | 36 | 67 |
| Binary | 10101111 | 10100010 | 1101100 | 0 | 111 | 100110 | 11111 | 110000 | 11110 | 110111 |
Color Harmonies of #AFA26C
Complementary color
Monochromatic Colors of #AFA26C
Black with #AFA26C
Text Example
Text Example
White with #AFA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA26C; }
p { color: rgb(175,162,108); }
H1.HeaderClassName
{
color: #AFA26C;
}
.AnyTagClassName
{
color: #AFA26C;
}
</style>
background-color css
<style>
a { background-color: #AFA26C; }
a { background-color: rgb(175,162,108); }
div.DivClassName
{
background-color: #AFA26C;
}
.BgClassName
{
background-color: #AFA26C;
}
</style>
border-color css
<style>
span { border-color: #AFA26C; }
span { border-color: rgb(175,162,108); }
td.TdClassName
{
border-color: #AFA26C;
}
.TagClassName
{
border-color: #AFA26C;
}
</style>