Shades of Nobel #AAA3A2
Tints of Nobel #AAA3A2
RGB
CMYK
RGB Variations
Color information
#AAA3A2 (or 0xAAA3A2) is known color: Nobel. HEX triplet: AA, A3 and A2. RGB value is (170,163,162). Sum of RGB (Red+Green+Blue) = 170+163+162=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA3A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3A2 is #555C5D. Grayscale: #A4A4A4. Windows color (decimal): -5594206 or 10658730. OLE color: 10658730.
HSL color Cylindrical-coordinate representation of color #AAA3A2: hue angle of 7.5º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA3A2 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 163 | 162 | - |
CMYK | 0 | 0.04 | 0.05 | 0.33 |
HSL | 7.5º | 0.04% | 0.65% | - |
HSV(B) | 7.5º | 0.05% | 0.67% | - |
XYZ | 36.2 | 37.35 | 39.48 | - |
YUV | 164.98 | 126.32 | 131.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 163 | 162 | 0 | 0.04 | 0.05 | 0.33 | 7.5 | 0.04 | 0.65 |
Hex | AA | A3 | A2 | 0 | 4 | 5 | 21 | 8 | 4 | 41 |
Octal | 252 | 243 | 242 | 0 | 4 | 5 | 41 | 10 | 4 | 101 |
Binary | 10101010 | 10100011 | 10100010 | 0 | 100 | 101 | 100001 | 1000 | 100 | 1000001 |
Color Harmonies of #AAA3A2
Complementary color
Monochromatic Colors of #AAA3A2
Black with #AAA3A2
Text Example
Text Example
White with #AAA3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3A2; }
p { color: rgb(170,163,162); }
H1.HeaderClassName
{
color: #AAA3A2;
}
.AnyTagClassName
{
color: #AAA3A2;
}
</style>
background-color css
<style>
a { background-color: #AAA3A2; }
a { background-color: rgb(170,163,162); }
div.DivClassName
{
background-color: #AAA3A2;
}
.BgClassName
{
background-color: #AAA3A2;
}
</style>
border-color css
<style>
span { border-color: #AAA3A2; }
span { border-color: rgb(170,163,162); }
td.TdClassName
{
border-color: #AAA3A2;
}
.TagClassName
{
border-color: #AAA3A2;
}
</style>