Shades of Martini #AFA09A
Tints of Martini #AFA09A
RGB
CMYK
RGB Variations
Color information
#AFA09A (or 0xAFA09A) is known color: Martini. HEX triplet: AF, A0 and 9A. RGB value is (175,160,154). Sum of RGB (Red+Green+Blue) = 175+160+154=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA09A is #505F65. Grayscale: #A3A3A3. Windows color (decimal): -5267302 or 10133679. OLE color: 10133679.
HSL color Cylindrical-coordinate representation of color #AFA09A: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA09A is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 154 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.31 |
| HSL | 17.14º | 0.12% | 0.65% | - |
| HSV(B) | 17.14º | 0.12% | 0.69% | - |
| XYZ | 36.08 | 36.59 | 35.73 | - |
| YUV | 163.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 154 | 0 | 0.09 | 0.12 | 0.31 | 17.14 | 0.12 | 0.65 |
| Hex | AF | A0 | 9A | 0 | 9 | C | 1F | 11 | C | 41 |
| Octal | 257 | 240 | 232 | 0 | 11 | 14 | 37 | 21 | 14 | 101 |
| Binary | 10101111 | 10100000 | 10011010 | 0 | 1001 | 1100 | 11111 | 10001 | 1100 | 1000001 |
Color Harmonies of #AFA09A
Complementary color
Monochromatic Colors of #AFA09A
Black with #AFA09A
Text Example
Text Example
White with #AFA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA09A; }
p { color: rgb(175,160,154); }
H1.HeaderClassName
{
color: #AFA09A;
}
.AnyTagClassName
{
color: #AFA09A;
}
</style>
background-color css
<style>
a { background-color: #AFA09A; }
a { background-color: rgb(175,160,154); }
div.DivClassName
{
background-color: #AFA09A;
}
.BgClassName
{
background-color: #AFA09A;
}
</style>
border-color css
<style>
span { border-color: #AFA09A; }
span { border-color: rgb(175,160,154); }
td.TdClassName
{
border-color: #AFA09A;
}
.TagClassName
{
border-color: #AFA09A;
}
</style>