Shades of Sandrift #A7907A
Tints of Sandrift #A7907A
RGB
CMYK
RGB Variations
Color information
#A7907A (or 0xA7907A) is known color: Sandrift. HEX triplet: A7, 90 and 7A. RGB value is (167,144,122). Sum of RGB (Red+Green+Blue) = 167+144+122=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A7907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7907A is #586F85. Grayscale: #949494. Windows color (decimal): -5795718 or 8032423. OLE color: 8032423.
HSL color Cylindrical-coordinate representation of color #A7907A: hue angle of 29.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7907A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 122 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.35 |
| HSL | 29.33º | 0.2% | 0.57% | - |
| HSV(B) | 29.33º | 0.27% | 0.65% | - |
| XYZ | 29.42 | 29.57 | 22.57 | - |
| YUV | 148.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 122 | 0 | 0.14 | 0.27 | 0.35 | 29.33 | 0.2 | 0.57 |
| Hex | A7 | 90 | 7A | 0 | E | 1B | 23 | 1D | 14 | 39 |
| Octal | 247 | 220 | 172 | 0 | 16 | 33 | 43 | 35 | 24 | 71 |
| Binary | 10100111 | 10010000 | 1111010 | 0 | 1110 | 11011 | 100011 | 11101 | 10100 | 111001 |
Color Harmonies of #A7907A
Complementary color
Monochromatic Colors of #A7907A
Black with #A7907A
Text Example
Text Example
White with #A7907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7907A; }
p { color: rgb(167,144,122); }
H1.HeaderClassName
{
color: #A7907A;
}
.AnyTagClassName
{
color: #A7907A;
}
</style>
background-color css
<style>
a { background-color: #A7907A; }
a { background-color: rgb(167,144,122); }
div.DivClassName
{
background-color: #A7907A;
}
.BgClassName
{
background-color: #A7907A;
}
</style>
border-color css
<style>
span { border-color: #A7907A; }
span { border-color: rgb(167,144,122); }
td.TdClassName
{
border-color: #A7907A;
}
.TagClassName
{
border-color: #A7907A;
}
</style>