Shades of Sandrift #AF9A89
Tints of Sandrift #AF9A89
RGB
CMYK
RGB Variations
Color information
#AF9A89 (or 0xAF9A89) is known color: Sandrift. HEX triplet: AF, 9A and 89. RGB value is (175,154,137). Sum of RGB (Red+Green+Blue) = 175+154+137=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A89 is #506576. Grayscale: #9E9E9E. Windows color (decimal): -5268855 or 9018031. OLE color: 9018031.
HSL color Cylindrical-coordinate representation of color #AF9A89: hue angle of 26.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9A89 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 137 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.31 |
| HSL | 26.84º | 0.19% | 0.61% | - |
| HSV(B) | 26.84º | 0.22% | 0.69% | - |
| XYZ | 33.75 | 34.03 | 28.46 | - |
| YUV | 158.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 137 | 0 | 0.12 | 0.22 | 0.31 | 26.84 | 0.19 | 0.61 |
| Hex | AF | 9A | 89 | 0 | C | 16 | 1F | 1B | 13 | 3D |
| Octal | 257 | 232 | 211 | 0 | 14 | 26 | 37 | 33 | 23 | 75 |
| Binary | 10101111 | 10011010 | 10001001 | 0 | 1100 | 10110 | 11111 | 11011 | 10011 | 111101 |
Color Harmonies of #AF9A89
Complementary color
Monochromatic Colors of #AF9A89
Black with #AF9A89
Text Example
Text Example
White with #AF9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A89; }
p { color: rgb(175,154,137); }
H1.HeaderClassName
{
color: #AF9A89;
}
.AnyTagClassName
{
color: #AF9A89;
}
</style>
background-color css
<style>
a { background-color: #AF9A89; }
a { background-color: rgb(175,154,137); }
div.DivClassName
{
background-color: #AF9A89;
}
.BgClassName
{
background-color: #AF9A89;
}
</style>
border-color css
<style>
span { border-color: #AF9A89; }
span { border-color: rgb(175,154,137); }
td.TdClassName
{
border-color: #AF9A89;
}
.TagClassName
{
border-color: #AF9A89;
}
</style>