Shades of Sandrift #AF907A
Tints of Sandrift #AF907A
RGB
CMYK
RGB Variations
Color information
#AF907A (or 0xAF907A) is known color: Sandrift. HEX triplet: AF, 90 and 7A. RGB value is (175,144,122). Sum of RGB (Red+Green+Blue) = 175+144+122=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF907A is #506F85. Grayscale: #969696. Windows color (decimal): -5271430 or 8032431. OLE color: 8032431.
HSL color Cylindrical-coordinate representation of color #AF907A: hue angle of 24.91º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF907A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 122 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.31 |
| HSL | 24.91º | 0.25% | 0.58% | - |
| HSV(B) | 24.91º | 0.3% | 0.69% | - |
| XYZ | 31.17 | 30.47 | 22.65 | - |
| YUV | 150.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 122 | 0 | 0.18 | 0.30 | 0.31 | 24.91 | 0.25 | 0.58 |
| Hex | AF | 90 | 7A | 0 | 12 | 1E | 1F | 19 | 19 | 3A |
| Octal | 257 | 220 | 172 | 0 | 22 | 36 | 37 | 31 | 31 | 72 |
| Binary | 10101111 | 10010000 | 1111010 | 0 | 10010 | 11110 | 11111 | 11001 | 11001 | 111010 |
Color Harmonies of #AF907A
Complementary color
Monochromatic Colors of #AF907A
Black with #AF907A
Text Example
Text Example
White with #AF907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF907A; }
p { color: rgb(175,144,122); }
H1.HeaderClassName
{
color: #AF907A;
}
.AnyTagClassName
{
color: #AF907A;
}
</style>
background-color css
<style>
a { background-color: #AF907A; }
a { background-color: rgb(175,144,122); }
div.DivClassName
{
background-color: #AF907A;
}
.BgClassName
{
background-color: #AF907A;
}
</style>
border-color css
<style>
span { border-color: #AF907A; }
span { border-color: rgb(175,144,122); }
td.TdClassName
{
border-color: #AF907A;
}
.TagClassName
{
border-color: #AF907A;
}
</style>