Shades of Sandrift #AF9081
Tints of Sandrift #AF9081
RGB
CMYK
RGB Variations
Color information
#AF9081 (or 0xAF9081) is known color: Sandrift. HEX triplet: AF, 90 and 81. RGB value is (175,144,129). Sum of RGB (Red+Green+Blue) = 175+144+129=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9081 is #506F7E. Grayscale: #979797. Windows color (decimal): -5271423 or 8491183. OLE color: 8491183.
HSL color Cylindrical-coordinate representation of color #AF9081: hue angle of 19.57º 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 #AF9081 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 129 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.31 |
| HSL | 19.57º | 0.22% | 0.6% | - |
| HSV(B) | 19.57º | 0.26% | 0.69% | - |
| XYZ | 31.61 | 30.65 | 25.02 | - |
| YUV | 151.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 129 | 0 | 0.18 | 0.26 | 0.31 | 19.57 | 0.22 | 0.6 |
| Hex | AF | 90 | 81 | 0 | 12 | 1A | 1F | 14 | 16 | 3C |
| Octal | 257 | 220 | 201 | 0 | 22 | 32 | 37 | 24 | 26 | 74 |
| Binary | 10101111 | 10010000 | 10000001 | 0 | 10010 | 11010 | 11111 | 10100 | 10110 | 111100 |
Color Harmonies of #AF9081
Complementary color
Monochromatic Colors of #AF9081
Black with #AF9081
Text Example
Text Example
White with #AF9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9081; }
p { color: rgb(175,144,129); }
H1.HeaderClassName
{
color: #AF9081;
}
.AnyTagClassName
{
color: #AF9081;
}
</style>
background-color css
<style>
a { background-color: #AF9081; }
a { background-color: rgb(175,144,129); }
div.DivClassName
{
background-color: #AF9081;
}
.BgClassName
{
background-color: #AF9081;
}
</style>
border-color css
<style>
span { border-color: #AF9081; }
span { border-color: rgb(175,144,129); }
td.TdClassName
{
border-color: #AF9081;
}
.TagClassName
{
border-color: #AF9081;
}
</style>