Shades of Sandrift #AF8F7B
Tints of Sandrift #AF8F7B
RGB
CMYK
RGB Variations
Color information
#AF8F7B (or 0xAF8F7B) is known color: Sandrift. HEX triplet: AF, 8F and 7B. RGB value is (175,143,123). Sum of RGB (Red+Green+Blue) = 175+143+123=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7B is #507084. Grayscale: #969696. Windows color (decimal): -5271685 or 8097711. OLE color: 8097711.
HSL color Cylindrical-coordinate representation of color #AF8F7B: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8F7B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 123 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.31 |
| HSL | 23.08º | 0.25% | 0.58% | - |
| HSV(B) | 23.08º | 0.3% | 0.69% | - |
| XYZ | 31.08 | 30.19 | 22.93 | - |
| YUV | 150.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 123 | 0 | 0.18 | 0.30 | 0.31 | 23.08 | 0.25 | 0.58 |
| Hex | AF | 8F | 7B | 0 | 12 | 1E | 1F | 17 | 19 | 3A |
| Octal | 257 | 217 | 173 | 0 | 22 | 36 | 37 | 27 | 31 | 72 |
| Binary | 10101111 | 10001111 | 1111011 | 0 | 10010 | 11110 | 11111 | 10111 | 11001 | 111010 |
Color Harmonies of #AF8F7B
Complementary color
Monochromatic Colors of #AF8F7B
Black with #AF8F7B
Text Example
Text Example
White with #AF8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F7B; }
p { color: rgb(175,143,123); }
H1.HeaderClassName
{
color: #AF8F7B;
}
.AnyTagClassName
{
color: #AF8F7B;
}
</style>
background-color css
<style>
a { background-color: #AF8F7B; }
a { background-color: rgb(175,143,123); }
div.DivClassName
{
background-color: #AF8F7B;
}
.BgClassName
{
background-color: #AF8F7B;
}
</style>
border-color css
<style>
span { border-color: #AF8F7B; }
span { border-color: rgb(175,143,123); }
td.TdClassName
{
border-color: #AF8F7B;
}
.TagClassName
{
border-color: #AF8F7B;
}
</style>