Shades of Sandrift #AF9A88
Tints of Sandrift #AF9A88
RGB
CMYK
RGB Variations
Color information
#AF9A88 (or 0xAF9A88) is known color: Sandrift. HEX triplet: AF, 9A and 88. RGB value is (175,154,136). Sum of RGB (Red+Green+Blue) = 175+154+136=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A88 is #506577. Grayscale: #9E9E9E. Windows color (decimal): -5268856 or 8952495. OLE color: 8952495.
HSL color Cylindrical-coordinate representation of color #AF9A88: hue angle of 27.69º degrees, saturation: 0.2, 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 #AF9A88 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 136 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.31 |
| HSL | 27.69º | 0.2% | 0.61% | - |
| HSV(B) | 27.69º | 0.22% | 0.69% | - |
| XYZ | 33.68 | 34 | 28.08 | - |
| YUV | 158.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 136 | 0 | 0.12 | 0.22 | 0.31 | 27.69 | 0.2 | 0.61 |
| Hex | AF | 9A | 88 | 0 | C | 16 | 1F | 1C | 14 | 3D |
| Octal | 257 | 232 | 210 | 0 | 14 | 26 | 37 | 34 | 24 | 75 |
| Binary | 10101111 | 10011010 | 10001000 | 0 | 1100 | 10110 | 11111 | 11100 | 10100 | 111101 |
Color Harmonies of #AF9A88
Complementary color
Monochromatic Colors of #AF9A88
Black with #AF9A88
Text Example
Text Example
White with #AF9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A88; }
p { color: rgb(175,154,136); }
H1.HeaderClassName
{
color: #AF9A88;
}
.AnyTagClassName
{
color: #AF9A88;
}
</style>
background-color css
<style>
a { background-color: #AF9A88; }
a { background-color: rgb(175,154,136); }
div.DivClassName
{
background-color: #AF9A88;
}
.BgClassName
{
background-color: #AF9A88;
}
</style>
border-color css
<style>
span { border-color: #AF9A88; }
span { border-color: rgb(175,154,136); }
td.TdClassName
{
border-color: #AF9A88;
}
.TagClassName
{
border-color: #AF9A88;
}
</style>