Shades of Kobi #D1A2AF
Tints of Kobi #D1A2AF
RGB
CMYK
RGB Variations
Color information
#D1A2AF (or 0xD1A2AF) is known color: Kobi. HEX triplet: D1, A2 and AF. RGB value is (209,162,175). Sum of RGB (Red+Green+Blue) = 209+162+175=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A2AF is #2E5D50. Grayscale: #B1B1B1. Windows color (decimal): -3038545 or 11510481. OLE color: 11510481.
HSL color Cylindrical-coordinate representation of color #D1A2AF: hue angle of 343.4º degrees, saturation: 0.34, 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 #D1A2AF is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 175 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.18 |
| HSL | 343.4º | 0.34% | 0.73% | - |
| HSV(B) | 343.4º | 0.22% | 0.82% | - |
| XYZ | 46.95 | 42.49 | 46.28 | - |
| YUV | 177.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 175 | 0 | 0.22 | 0.16 | 0.18 | 343.4 | 0.34 | 0.73 |
| Hex | D1 | A2 | AF | 0 | 16 | 10 | 12 | 157 | 22 | 49 |
| Octal | 321 | 242 | 257 | 0 | 26 | 20 | 22 | 527 | 42 | 111 |
| Binary | 11010001 | 10100010 | 10101111 | 0 | 10110 | 10000 | 10010 | 101010111 | 100010 | 1001001 |
Color Harmonies of #D1A2AF
Complementary color
Monochromatic Colors of #D1A2AF
Black with #D1A2AF
Text Example
Text Example
White with #D1A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A2AF; }
p { color: rgb(209,162,175); }
H1.HeaderClassName
{
color: #D1A2AF;
}
.AnyTagClassName
{
color: #D1A2AF;
}
</style>
background-color css
<style>
a { background-color: #D1A2AF; }
a { background-color: rgb(209,162,175); }
div.DivClassName
{
background-color: #D1A2AF;
}
.BgClassName
{
background-color: #D1A2AF;
}
</style>
border-color css
<style>
span { border-color: #D1A2AF; }
span { border-color: rgb(209,162,175); }
td.TdClassName
{
border-color: #D1A2AF;
}
.TagClassName
{
border-color: #D1A2AF;
}
</style>