Shades of Sandrift #AF8F81
Tints of Sandrift #AF8F81
RGB
CMYK
RGB Variations
Color information
#AF8F81 (or 0xAF8F81) is known color: Sandrift. HEX triplet: AF, 8F and 81. RGB value is (175,143,129). Sum of RGB (Red+Green+Blue) = 175+143+129=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F81 is #50707E. Grayscale: #979797. Windows color (decimal): -5271679 or 8490927. OLE color: 8490927.
HSL color Cylindrical-coordinate representation of color #AF8F81: hue angle of 18.26º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8F81 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 129 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.31 |
| HSL | 18.26º | 0.22% | 0.6% | - |
| HSV(B) | 18.26º | 0.26% | 0.69% | - |
| XYZ | 31.46 | 30.34 | 24.97 | - |
| YUV | 150.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 129 | 0 | 0.18 | 0.26 | 0.31 | 18.26 | 0.22 | 0.6 |
| Hex | AF | 8F | 81 | 0 | 12 | 1A | 1F | 12 | 16 | 3C |
| Octal | 257 | 217 | 201 | 0 | 22 | 32 | 37 | 22 | 26 | 74 |
| Binary | 10101111 | 10001111 | 10000001 | 0 | 10010 | 11010 | 11111 | 10010 | 10110 | 111100 |
Color Harmonies of #AF8F81
Complementary color
Monochromatic Colors of #AF8F81
Black with #AF8F81
Text Example
Text Example
White with #AF8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F81; }
p { color: rgb(175,143,129); }
H1.HeaderClassName
{
color: #AF8F81;
}
.AnyTagClassName
{
color: #AF8F81;
}
</style>
background-color css
<style>
a { background-color: #AF8F81; }
a { background-color: rgb(175,143,129); }
div.DivClassName
{
background-color: #AF8F81;
}
.BgClassName
{
background-color: #AF8F81;
}
</style>
border-color css
<style>
span { border-color: #AF8F81; }
span { border-color: rgb(175,143,129); }
td.TdClassName
{
border-color: #AF8F81;
}
.TagClassName
{
border-color: #AF8F81;
}
</style>