Shades of Nobel #AFA19F
Tints of Nobel #AFA19F
RGB
CMYK
RGB Variations
Color information
#AFA19F (or 0xAFA19F) is known color: Nobel. HEX triplet: AF, A1 and 9F. RGB value is (175,161,159). Sum of RGB (Red+Green+Blue) = 175+161+159=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19F is #505E60. Grayscale: #A4A4A4. Windows color (decimal): -5267041 or 10461615. OLE color: 10461615.
HSL color Cylindrical-coordinate representation of color #AFA19F: hue angle of 7.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA19F is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 159 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.31 |
| HSL | 7.5º | 0.09% | 0.65% | - |
| HSV(B) | 7.5º | 0.09% | 0.69% | - |
| XYZ | 36.68 | 37.11 | 38.03 | - |
| YUV | 164.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 159 | 0 | 0.08 | 0.09 | 0.31 | 7.5 | 0.09 | 0.65 |
| Hex | AF | A1 | 9F | 0 | 8 | 9 | 1F | 8 | 9 | 41 |
| Octal | 257 | 241 | 237 | 0 | 10 | 11 | 37 | 10 | 11 | 101 |
| Binary | 10101111 | 10100001 | 10011111 | 0 | 1000 | 1001 | 11111 | 1000 | 1001 | 1000001 |
Color Harmonies of #AFA19F
Complementary color
Monochromatic Colors of #AFA19F
Black with #AFA19F
Text Example
Text Example
White with #AFA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA19F; }
p { color: rgb(175,161,159); }
H1.HeaderClassName
{
color: #AFA19F;
}
.AnyTagClassName
{
color: #AFA19F;
}
</style>
background-color css
<style>
a { background-color: #AFA19F; }
a { background-color: rgb(175,161,159); }
div.DivClassName
{
background-color: #AFA19F;
}
.BgClassName
{
background-color: #AFA19F;
}
</style>
border-color css
<style>
span { border-color: #AFA19F; }
span { border-color: rgb(175,161,159); }
td.TdClassName
{
border-color: #AFA19F;
}
.TagClassName
{
border-color: #AFA19F;
}
</style>