Shades of Sandrift #AF8B7A
Tints of Sandrift #AF8B7A
RGB
CMYK
RGB Variations
Color information
#AF8B7A (or 0xAF8B7A) is known color: Sandrift. HEX triplet: AF, 8B and 7A. RGB value is (175,139,122). Sum of RGB (Red+Green+Blue) = 175+139+122=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B7A is #507485. Grayscale: #939393. Windows color (decimal): -5272710 or 8031151. OLE color: 8031151.
HSL color Cylindrical-coordinate representation of color #AF8B7A: hue angle of 19.25º 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 #AF8B7A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 122 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.31 |
| HSL | 19.25º | 0.25% | 0.58% | - |
| HSV(B) | 19.25º | 0.3% | 0.69% | - |
| XYZ | 30.42 | 28.98 | 22.4 | - |
| YUV | 147.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 122 | 0 | 0.21 | 0.30 | 0.31 | 19.25 | 0.25 | 0.58 |
| Hex | AF | 8B | 7A | 0 | 15 | 1E | 1F | 13 | 19 | 3A |
| Octal | 257 | 213 | 172 | 0 | 25 | 36 | 37 | 23 | 31 | 72 |
| Binary | 10101111 | 10001011 | 1111010 | 0 | 10101 | 11110 | 11111 | 10011 | 11001 | 111010 |
Color Harmonies of #AF8B7A
Complementary color
Monochromatic Colors of #AF8B7A
Black with #AF8B7A
Text Example
Text Example
White with #AF8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B7A; }
p { color: rgb(175,139,122); }
H1.HeaderClassName
{
color: #AF8B7A;
}
.AnyTagClassName
{
color: #AF8B7A;
}
</style>
background-color css
<style>
a { background-color: #AF8B7A; }
a { background-color: rgb(175,139,122); }
div.DivClassName
{
background-color: #AF8B7A;
}
.BgClassName
{
background-color: #AF8B7A;
}
</style>
border-color css
<style>
span { border-color: #AF8B7A; }
span { border-color: rgb(175,139,122); }
td.TdClassName
{
border-color: #AF8B7A;
}
.TagClassName
{
border-color: #AF8B7A;
}
</style>