Shades of Sandrift #AF9682
Tints of Sandrift #AF9682
RGB
CMYK
RGB Variations
Color information
#AF9682 (or 0xAF9682) is known color: Sandrift. HEX triplet: AF, 96 and 82. RGB value is (175,150,130). Sum of RGB (Red+Green+Blue) = 175+150+130=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9682 is #50697D. Grayscale: #9B9B9B. Windows color (decimal): -5269886 or 8558255. OLE color: 8558255.
HSL color Cylindrical-coordinate representation of color #AF9682: hue angle of 26.67º 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 #AF9682 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 130 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.31 |
| HSL | 26.67º | 0.22% | 0.6% | - |
| HSV(B) | 26.67º | 0.26% | 0.69% | - |
| XYZ | 32.61 | 32.54 | 25.68 | - |
| YUV | 155.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 130 | 0 | 0.14 | 0.26 | 0.31 | 26.67 | 0.22 | 0.6 |
| Hex | AF | 96 | 82 | 0 | E | 1A | 1F | 1B | 16 | 3C |
| Octal | 257 | 226 | 202 | 0 | 16 | 32 | 37 | 33 | 26 | 74 |
| Binary | 10101111 | 10010110 | 10000010 | 0 | 1110 | 11010 | 11111 | 11011 | 10110 | 111100 |
Color Harmonies of #AF9682
Complementary color
Monochromatic Colors of #AF9682
Black with #AF9682
Text Example
Text Example
White with #AF9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9682; }
p { color: rgb(175,150,130); }
H1.HeaderClassName
{
color: #AF9682;
}
.AnyTagClassName
{
color: #AF9682;
}
</style>
background-color css
<style>
a { background-color: #AF9682; }
a { background-color: rgb(175,150,130); }
div.DivClassName
{
background-color: #AF9682;
}
.BgClassName
{
background-color: #AF9682;
}
</style>
border-color css
<style>
span { border-color: #AF9682; }
span { border-color: rgb(175,150,130); }
td.TdClassName
{
border-color: #AF9682;
}
.TagClassName
{
border-color: #AF9682;
}
</style>