Shades of Sandrift #AF9476
Tints of Sandrift #AF9476
RGB
CMYK
RGB Variations
Color information
#AF9476 (or 0xAF9476) is known color: Sandrift. HEX triplet: AF, 94 and 76. RGB value is (175,148,118). Sum of RGB (Red+Green+Blue) = 175+148+118=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9476 is #506B89. Grayscale: #989898. Windows color (decimal): -5270410 or 7771311. OLE color: 7771311.
HSL color Cylindrical-coordinate representation of color #AF9476: hue angle of 31.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9476 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 118 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.31 |
| HSL | 31.58º | 0.26% | 0.57% | - |
| HSV(B) | 31.58º | 0.33% | 0.69% | - |
| XYZ | 31.54 | 31.6 | 21.58 | - |
| YUV | 152.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 118 | 0 | 0.15 | 0.33 | 0.31 | 31.58 | 0.26 | 0.57 |
| Hex | AF | 94 | 76 | 0 | F | 21 | 1F | 20 | 1A | 39 |
| Octal | 257 | 224 | 166 | 0 | 17 | 41 | 37 | 40 | 32 | 71 |
| Binary | 10101111 | 10010100 | 1110110 | 0 | 1111 | 100001 | 11111 | 100000 | 11010 | 111001 |
Color Harmonies of #AF9476
Complementary color
Monochromatic Colors of #AF9476
Black with #AF9476
Text Example
Text Example
White with #AF9476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9476; }
p { color: rgb(175,148,118); }
H1.HeaderClassName
{
color: #AF9476;
}
.AnyTagClassName
{
color: #AF9476;
}
</style>
background-color css
<style>
a { background-color: #AF9476; }
a { background-color: rgb(175,148,118); }
div.DivClassName
{
background-color: #AF9476;
}
.BgClassName
{
background-color: #AF9476;
}
</style>
border-color css
<style>
span { border-color: #AF9476; }
span { border-color: rgb(175,148,118); }
td.TdClassName
{
border-color: #AF9476;
}
.TagClassName
{
border-color: #AF9476;
}
</style>