Shades of Sandrift #AF9482
Tints of Sandrift #AF9482
RGB
CMYK
RGB Variations
Color information
#AF9482 (or 0xAF9482) is known color: Sandrift. HEX triplet: AF, 94 and 82. RGB value is (175,148,130). Sum of RGB (Red+Green+Blue) = 175+148+130=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9482 is #506B7D. Grayscale: #9A9A9A. Windows color (decimal): -5270398 or 8557743. OLE color: 8557743.
HSL color Cylindrical-coordinate representation of color #AF9482: hue angle of 24º 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 #AF9482 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 130 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.31 |
| HSL | 24º | 0.22% | 0.6% | - |
| HSV(B) | 24º | 0.26% | 0.69% | - |
| XYZ | 32.3 | 31.91 | 25.58 | - |
| YUV | 154.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 130 | 0 | 0.15 | 0.26 | 0.31 | 24 | 0.22 | 0.6 |
| Hex | AF | 94 | 82 | 0 | F | 1A | 1F | 18 | 16 | 3C |
| Octal | 257 | 224 | 202 | 0 | 17 | 32 | 37 | 30 | 26 | 74 |
| Binary | 10101111 | 10010100 | 10000010 | 0 | 1111 | 11010 | 11111 | 11000 | 10110 | 111100 |
Color Harmonies of #AF9482
Complementary color
Monochromatic Colors of #AF9482
Black with #AF9482
Text Example
Text Example
White with #AF9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9482; }
p { color: rgb(175,148,130); }
H1.HeaderClassName
{
color: #AF9482;
}
.AnyTagClassName
{
color: #AF9482;
}
</style>
background-color css
<style>
a { background-color: #AF9482; }
a { background-color: rgb(175,148,130); }
div.DivClassName
{
background-color: #AF9482;
}
.BgClassName
{
background-color: #AF9482;
}
</style>
border-color css
<style>
span { border-color: #AF9482; }
span { border-color: rgb(175,148,130); }
td.TdClassName
{
border-color: #AF9482;
}
.TagClassName
{
border-color: #AF9482;
}
</style>