Shades of Sandrift #AF8B7B
Tints of Sandrift #AF8B7B
RGB
CMYK
RGB Variations
Color information
#AF8B7B (or 0xAF8B7B) is known color: Sandrift. HEX triplet: AF, 8B and 7B. RGB value is (175,139,123). Sum of RGB (Red+Green+Blue) = 175+139+123=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B7B is #507484. Grayscale: #949494. Windows color (decimal): -5272709 or 8096687. OLE color: 8096687.
HSL color Cylindrical-coordinate representation of color #AF8B7B: hue angle of 18.46º 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 #AF8B7B is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 123 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.31 |
| HSL | 18.46º | 0.25% | 0.58% | - |
| HSV(B) | 18.46º | 0.3% | 0.69% | - |
| XYZ | 30.49 | 29.01 | 22.73 | - |
| YUV | 147.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 123 | 0 | 0.21 | 0.30 | 0.31 | 18.46 | 0.25 | 0.58 |
| Hex | AF | 8B | 7B | 0 | 15 | 1E | 1F | 12 | 19 | 3A |
| Octal | 257 | 213 | 173 | 0 | 25 | 36 | 37 | 22 | 31 | 72 |
| Binary | 10101111 | 10001011 | 1111011 | 0 | 10101 | 11110 | 11111 | 10010 | 11001 | 111010 |
Color Harmonies of #AF8B7B
Complementary color
Monochromatic Colors of #AF8B7B
Black with #AF8B7B
Text Example
Text Example
White with #AF8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B7B; }
p { color: rgb(175,139,123); }
H1.HeaderClassName
{
color: #AF8B7B;
}
.AnyTagClassName
{
color: #AF8B7B;
}
</style>
background-color css
<style>
a { background-color: #AF8B7B; }
a { background-color: rgb(175,139,123); }
div.DivClassName
{
background-color: #AF8B7B;
}
.BgClassName
{
background-color: #AF8B7B;
}
</style>
border-color css
<style>
span { border-color: #AF8B7B; }
span { border-color: rgb(175,139,123); }
td.TdClassName
{
border-color: #AF8B7B;
}
.TagClassName
{
border-color: #AF8B7B;
}
</style>