Shades of Clam Shell #D0AFA2
Tints of Clam Shell #D0AFA2
RGB
CMYK
RGB Variations
Color information
#D0AFA2 (or 0xD0AFA2) is known color: Clam Shell. HEX triplet: D0, AF and A2. RGB value is (208,175,162). Sum of RGB (Red+Green+Blue) = 208+175+162=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AFA2 is #2F505D. Grayscale: #B7B7B7. Windows color (decimal): -3100766 or 10661840. OLE color: 10661840.
HSL color Cylindrical-coordinate representation of color #D0AFA2: hue angle of 16.96º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0AFA2 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 162 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.18 |
| HSL | 16.96º | 0.33% | 0.73% | - |
| HSV(B) | 16.96º | 0.22% | 0.82% | - |
| XYZ | 47.86 | 46.68 | 40.67 | - |
| YUV | 183.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 162 | 0 | 0.16 | 0.22 | 0.18 | 16.96 | 0.33 | 0.73 |
| Hex | D0 | AF | A2 | 0 | 10 | 16 | 12 | 11 | 21 | 49 |
| Octal | 320 | 257 | 242 | 0 | 20 | 26 | 22 | 21 | 41 | 111 |
| Binary | 11010000 | 10101111 | 10100010 | 0 | 10000 | 10110 | 10010 | 10001 | 100001 | 1001001 |
Color Harmonies of #D0AFA2
Complementary color
Monochromatic Colors of #D0AFA2
Black with #D0AFA2
Text Example
Text Example
White with #D0AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFA2; }
p { color: rgb(208,175,162); }
H1.HeaderClassName
{
color: #D0AFA2;
}
.AnyTagClassName
{
color: #D0AFA2;
}
</style>
background-color css
<style>
a { background-color: #D0AFA2; }
a { background-color: rgb(208,175,162); }
div.DivClassName
{
background-color: #D0AFA2;
}
.BgClassName
{
background-color: #D0AFA2;
}
</style>
border-color css
<style>
span { border-color: #D0AFA2; }
span { border-color: rgb(208,175,162); }
td.TdClassName
{
border-color: #D0AFA2;
}
.TagClassName
{
border-color: #D0AFA2;
}
</style>