Shades of Sandrift #AF8F7F
Tints of Sandrift #AF8F7F
RGB
CMYK
RGB Variations
Color information
#AF8F7F (or 0xAF8F7F) is known color: Sandrift. HEX triplet: AF, 8F and 7F. RGB value is (175,143,127). Sum of RGB (Red+Green+Blue) = 175+143+127=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7F is #507080. Grayscale: #969696. Windows color (decimal): -5271681 or 8359855. OLE color: 8359855.
HSL color Cylindrical-coordinate representation of color #AF8F7F: hue angle of 20º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8F7F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 127 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.31 |
| HSL | 20º | 0.23% | 0.59% | - |
| HSV(B) | 20º | 0.27% | 0.69% | - |
| XYZ | 31.33 | 30.29 | 24.27 | - |
| YUV | 150.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 127 | 0 | 0.18 | 0.27 | 0.31 | 20 | 0.23 | 0.59 |
| Hex | AF | 8F | 7F | 0 | 12 | 1B | 1F | 14 | 17 | 3B |
| Octal | 257 | 217 | 177 | 0 | 22 | 33 | 37 | 24 | 27 | 73 |
| Binary | 10101111 | 10001111 | 1111111 | 0 | 10010 | 11011 | 11111 | 10100 | 10111 | 111011 |
Color Harmonies of #AF8F7F
Complementary color
Monochromatic Colors of #AF8F7F
Black with #AF8F7F
Text Example
Text Example
White with #AF8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F7F; }
p { color: rgb(175,143,127); }
H1.HeaderClassName
{
color: #AF8F7F;
}
.AnyTagClassName
{
color: #AF8F7F;
}
</style>
background-color css
<style>
a { background-color: #AF8F7F; }
a { background-color: rgb(175,143,127); }
div.DivClassName
{
background-color: #AF8F7F;
}
.BgClassName
{
background-color: #AF8F7F;
}
</style>
border-color css
<style>
span { border-color: #AF8F7F; }
span { border-color: rgb(175,143,127); }
td.TdClassName
{
border-color: #AF8F7F;
}
.TagClassName
{
border-color: #AF8F7F;
}
</style>