Shades of Sandrift #AF907B
Tints of Sandrift #AF907B
RGB
CMYK
RGB Variations
Color information
#AF907B (or 0xAF907B) is known color: Sandrift. HEX triplet: AF, 90 and 7B. RGB value is (175,144,123). Sum of RGB (Red+Green+Blue) = 175+144+123=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF907B is #506F84. Grayscale: #969696. Windows color (decimal): -5271429 or 8097967. OLE color: 8097967.
HSL color Cylindrical-coordinate representation of color #AF907B: hue angle of 24.23º 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 #AF907B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 123 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.31 |
| HSL | 24.23º | 0.25% | 0.58% | - |
| HSV(B) | 24.23º | 0.3% | 0.69% | - |
| XYZ | 31.23 | 30.49 | 22.98 | - |
| YUV | 150.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 123 | 0 | 0.18 | 0.30 | 0.31 | 24.23 | 0.25 | 0.58 |
| Hex | AF | 90 | 7B | 0 | 12 | 1E | 1F | 18 | 19 | 3A |
| Octal | 257 | 220 | 173 | 0 | 22 | 36 | 37 | 30 | 31 | 72 |
| Binary | 10101111 | 10010000 | 1111011 | 0 | 10010 | 11110 | 11111 | 11000 | 11001 | 111010 |
Color Harmonies of #AF907B
Complementary color
Monochromatic Colors of #AF907B
Black with #AF907B
Text Example
Text Example
White with #AF907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF907B; }
p { color: rgb(175,144,123); }
H1.HeaderClassName
{
color: #AF907B;
}
.AnyTagClassName
{
color: #AF907B;
}
</style>
background-color css
<style>
a { background-color: #AF907B; }
a { background-color: rgb(175,144,123); }
div.DivClassName
{
background-color: #AF907B;
}
.BgClassName
{
background-color: #AF907B;
}
</style>
border-color css
<style>
span { border-color: #AF907B; }
span { border-color: rgb(175,144,123); }
td.TdClassName
{
border-color: #AF907B;
}
.TagClassName
{
border-color: #AF907B;
}
</style>