Shades of Clam Shell #D4AEA0
Tints of Clam Shell #D4AEA0
RGB
CMYK
RGB Variations
Color information
#D4AEA0 (or 0xD4AEA0) is known color: Clam Shell. HEX triplet: D4, AE and A0. RGB value is (212,174,160). Sum of RGB (Red+Green+Blue) = 212+174+160=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AEA0 is #2B515F. Grayscale: #B7B7B7. Windows color (decimal): -2838880 or 10530516. OLE color: 10530516.
HSL color Cylindrical-coordinate representation of color #D4AEA0: hue angle of 16.15º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4AEA0 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 160 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.17 |
| HSL | 16.15º | 0.38% | 0.73% | - |
| HSV(B) | 16.15º | 0.25% | 0.83% | - |
| XYZ | 48.63 | 46.81 | 39.73 | - |
| YUV | 183.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 160 | 0 | 0.18 | 0.25 | 0.17 | 16.15 | 0.38 | 0.73 |
| Hex | D4 | AE | A0 | 0 | 12 | 19 | 11 | 10 | 26 | 49 |
| Octal | 324 | 256 | 240 | 0 | 22 | 31 | 21 | 20 | 46 | 111 |
| Binary | 11010100 | 10101110 | 10100000 | 0 | 10010 | 11001 | 10001 | 10000 | 100110 | 1001001 |
Color Harmonies of #D4AEA0
Complementary color
Monochromatic Colors of #D4AEA0
Black with #D4AEA0
Text Example
Text Example
White with #D4AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEA0; }
p { color: rgb(212,174,160); }
H1.HeaderClassName
{
color: #D4AEA0;
}
.AnyTagClassName
{
color: #D4AEA0;
}
</style>
background-color css
<style>
a { background-color: #D4AEA0; }
a { background-color: rgb(212,174,160); }
div.DivClassName
{
background-color: #D4AEA0;
}
.BgClassName
{
background-color: #D4AEA0;
}
</style>
border-color css
<style>
span { border-color: #D4AEA0; }
span { border-color: rgb(212,174,160); }
td.TdClassName
{
border-color: #D4AEA0;
}
.TagClassName
{
border-color: #D4AEA0;
}
</style>