Shades of Sandrift #AF9478
Tints of Sandrift #AF9478
RGB
CMYK
RGB Variations
Color information
#AF9478 (or 0xAF9478) is known color: Sandrift. HEX triplet: AF, 94 and 78. RGB value is (175,148,120). Sum of RGB (Red+Green+Blue) = 175+148+120=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9478 is #506B87. Grayscale: #999999. Windows color (decimal): -5270408 or 7902383. OLE color: 7902383.
HSL color Cylindrical-coordinate representation of color #AF9478: hue angle of 30.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF9478 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 120 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.31 |
| HSL | 30.55º | 0.26% | 0.58% | - |
| HSV(B) | 30.55º | 0.31% | 0.69% | - |
| XYZ | 31.66 | 31.65 | 22.21 | - |
| YUV | 152.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 120 | 0 | 0.15 | 0.31 | 0.31 | 30.55 | 0.26 | 0.58 |
| Hex | AF | 94 | 78 | 0 | F | 1F | 1F | 1F | 1A | 3A |
| Octal | 257 | 224 | 170 | 0 | 17 | 37 | 37 | 37 | 32 | 72 |
| Binary | 10101111 | 10010100 | 1111000 | 0 | 1111 | 11111 | 11111 | 11111 | 11010 | 111010 |
Color Harmonies of #AF9478
Complementary color
Monochromatic Colors of #AF9478
Black with #AF9478
Text Example
Text Example
White with #AF9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9478; }
p { color: rgb(175,148,120); }
H1.HeaderClassName
{
color: #AF9478;
}
.AnyTagClassName
{
color: #AF9478;
}
</style>
background-color css
<style>
a { background-color: #AF9478; }
a { background-color: rgb(175,148,120); }
div.DivClassName
{
background-color: #AF9478;
}
.BgClassName
{
background-color: #AF9478;
}
</style>
border-color css
<style>
span { border-color: #AF9478; }
span { border-color: rgb(175,148,120); }
td.TdClassName
{
border-color: #AF9478;
}
.TagClassName
{
border-color: #AF9478;
}
</style>