Shades of Sandrift #AF9582
Tints of Sandrift #AF9582
RGB
CMYK
RGB Variations
Color information
#AF9582 (or 0xAF9582) is known color: Sandrift. HEX triplet: AF, 95 and 82. RGB value is (175,149,130). Sum of RGB (Red+Green+Blue) = 175+149+130=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9582 is #506A7D. Grayscale: #9A9A9A. Windows color (decimal): -5270142 or 8557999. OLE color: 8557999.
HSL color Cylindrical-coordinate representation of color #AF9582: hue angle of 25.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 #AF9582 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 130 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.31 |
| HSL | 25.33º | 0.22% | 0.6% | - |
| HSV(B) | 25.33º | 0.26% | 0.69% | - |
| XYZ | 32.46 | 32.22 | 25.63 | - |
| YUV | 154.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 130 | 0 | 0.15 | 0.26 | 0.31 | 25.33 | 0.22 | 0.6 |
| Hex | AF | 95 | 82 | 0 | F | 1A | 1F | 19 | 16 | 3C |
| Octal | 257 | 225 | 202 | 0 | 17 | 32 | 37 | 31 | 26 | 74 |
| Binary | 10101111 | 10010101 | 10000010 | 0 | 1111 | 11010 | 11111 | 11001 | 10110 | 111100 |
Color Harmonies of #AF9582
Complementary color
Monochromatic Colors of #AF9582
Black with #AF9582
Text Example
Text Example
White with #AF9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9582; }
p { color: rgb(175,149,130); }
H1.HeaderClassName
{
color: #AF9582;
}
.AnyTagClassName
{
color: #AF9582;
}
</style>
background-color css
<style>
a { background-color: #AF9582; }
a { background-color: rgb(175,149,130); }
div.DivClassName
{
background-color: #AF9582;
}
.BgClassName
{
background-color: #AF9582;
}
</style>
border-color css
<style>
span { border-color: #AF9582; }
span { border-color: rgb(175,149,130); }
td.TdClassName
{
border-color: #AF9582;
}
.TagClassName
{
border-color: #AF9582;
}
</style>