Shades of Sandrift #AF8A73
Tints of Sandrift #AF8A73
RGB
CMYK
RGB Variations
Color information
#AF8A73 (or 0xAF8A73) is known color: Sandrift. HEX triplet: AF, 8A and 73. RGB value is (175,138,115). Sum of RGB (Red+Green+Blue) = 175+138+115=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A73 is #50758C. Grayscale: #929292. Windows color (decimal): -5272973 or 7572143. OLE color: 7572143.
HSL color Cylindrical-coordinate representation of color #AF8A73: hue angle of 23º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8A73 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 115 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.31 |
| HSL | 23º | 0.27% | 0.57% | - |
| HSV(B) | 23º | 0.34% | 0.69% | - |
| XYZ | 29.86 | 28.53 | 20.15 | - |
| YUV | 146.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 115 | 0 | 0.21 | 0.34 | 0.31 | 23 | 0.27 | 0.57 |
| Hex | AF | 8A | 73 | 0 | 15 | 22 | 1F | 17 | 1B | 39 |
| Octal | 257 | 212 | 163 | 0 | 25 | 42 | 37 | 27 | 33 | 71 |
| Binary | 10101111 | 10001010 | 1110011 | 0 | 10101 | 100010 | 11111 | 10111 | 11011 | 111001 |
Color Harmonies of #AF8A73
Complementary color
Monochromatic Colors of #AF8A73
Black with #AF8A73
Text Example
Text Example
White with #AF8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A73; }
p { color: rgb(175,138,115); }
H1.HeaderClassName
{
color: #AF8A73;
}
.AnyTagClassName
{
color: #AF8A73;
}
</style>
background-color css
<style>
a { background-color: #AF8A73; }
a { background-color: rgb(175,138,115); }
div.DivClassName
{
background-color: #AF8A73;
}
.BgClassName
{
background-color: #AF8A73;
}
</style>
border-color css
<style>
span { border-color: #AF8A73; }
span { border-color: rgb(175,138,115); }
td.TdClassName
{
border-color: #AF8A73;
}
.TagClassName
{
border-color: #AF8A73;
}
</style>