Shades of Nobel #AEA19F
Tints of Nobel #AEA19F
RGB
CMYK
RGB Variations
Color information
#AEA19F (or 0xAEA19F) is known color: Nobel. HEX triplet: AE, A1 and 9F. RGB value is (174,161,159). Sum of RGB (Red+Green+Blue) = 174+161+159=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19F is #515E60. Grayscale: #A4A4A4. Windows color (decimal): -5332577 or 10461614. OLE color: 10461614.
HSL color Cylindrical-coordinate representation of color #AEA19F: hue angle of 8º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEA19F is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 159 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.32 |
| HSL | 8º | 0.08% | 0.65% | - |
| HSV(B) | 8º | 0.09% | 0.68% | - |
| XYZ | 36.46 | 36.99 | 38.02 | - |
| YUV | 164.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 159 | 0 | 0.07 | 0.09 | 0.32 | 8 | 0.08 | 0.65 |
| Hex | AE | A1 | 9F | 0 | 7 | 9 | 20 | 8 | 8 | 41 |
| Octal | 256 | 241 | 237 | 0 | 7 | 11 | 40 | 10 | 10 | 101 |
| Binary | 10101110 | 10100001 | 10011111 | 0 | 111 | 1001 | 100000 | 1000 | 1000 | 1000001 |
Color Harmonies of #AEA19F
Complementary color
Monochromatic Colors of #AEA19F
Black with #AEA19F
Text Example
Text Example
White with #AEA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA19F; }
p { color: rgb(174,161,159); }
H1.HeaderClassName
{
color: #AEA19F;
}
.AnyTagClassName
{
color: #AEA19F;
}
</style>
background-color css
<style>
a { background-color: #AEA19F; }
a { background-color: rgb(174,161,159); }
div.DivClassName
{
background-color: #AEA19F;
}
.BgClassName
{
background-color: #AEA19F;
}
</style>
border-color css
<style>
span { border-color: #AEA19F; }
span { border-color: rgb(174,161,159); }
td.TdClassName
{
border-color: #AEA19F;
}
.TagClassName
{
border-color: #AEA19F;
}
</style>