Shades of Sandrift #AF8F82
Tints of Sandrift #AF8F82
RGB
CMYK
RGB Variations
Color information
#AF8F82 (or 0xAF8F82) is known color: Sandrift. HEX triplet: AF, 8F and 82. RGB value is (175,143,130). Sum of RGB (Red+Green+Blue) = 175+143+130=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F82 is #50707D. Grayscale: #979797. Windows color (decimal): -5271678 or 8556463. OLE color: 8556463.
HSL color Cylindrical-coordinate representation of color #AF8F82: hue angle of 17.33º 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 #AF8F82 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 130 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.31 |
| HSL | 17.33º | 0.22% | 0.6% | - |
| HSV(B) | 17.33º | 0.26% | 0.69% | - |
| XYZ | 31.53 | 30.37 | 25.32 | - |
| YUV | 151.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 130 | 0 | 0.18 | 0.26 | 0.31 | 17.33 | 0.22 | 0.6 |
| Hex | AF | 8F | 82 | 0 | 12 | 1A | 1F | 11 | 16 | 3C |
| Octal | 257 | 217 | 202 | 0 | 22 | 32 | 37 | 21 | 26 | 74 |
| Binary | 10101111 | 10001111 | 10000010 | 0 | 10010 | 11010 | 11111 | 10001 | 10110 | 111100 |
Color Harmonies of #AF8F82
Complementary color
Monochromatic Colors of #AF8F82
Black with #AF8F82
Text Example
Text Example
White with #AF8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F82; }
p { color: rgb(175,143,130); }
H1.HeaderClassName
{
color: #AF8F82;
}
.AnyTagClassName
{
color: #AF8F82;
}
</style>
background-color css
<style>
a { background-color: #AF8F82; }
a { background-color: rgb(175,143,130); }
div.DivClassName
{
background-color: #AF8F82;
}
.BgClassName
{
background-color: #AF8F82;
}
</style>
border-color css
<style>
span { border-color: #AF8F82; }
span { border-color: rgb(175,143,130); }
td.TdClassName
{
border-color: #AF8F82;
}
.TagClassName
{
border-color: #AF8F82;
}
</style>