Shades of Nobel #AA9C9C
Tints of Nobel #AA9C9C
RGB
CMYK
RGB Variations
Color information
#AA9C9C (or 0xAA9C9C) is known color: Nobel. HEX triplet: AA, 9C and 9C. RGB value is (170,156,156). Sum of RGB (Red+Green+Blue) = 170+156+156=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9C is #556363. Grayscale: #A0A0A0. Windows color (decimal): -5596004 or 10263722. OLE color: 10263722.
HSL color Cylindrical-coordinate representation of color #AA9C9C: hue angle of 0º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9C9C is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 156 | 156 | - |
CMYK | 0 | 0.08 | 0.08 | 0.33 |
HSL | 0º | 0.08% | 0.64% | - |
HSV(B) | 0º | 0.08% | 0.67% | - |
XYZ | 34.47 | 34.72 | 36.34 | - |
YUV | 160.19 | 125.64 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 156 | 156 | 0 | 0.08 | 0.08 | 0.33 | 0 | 0.08 | 0.64 |
Hex | AA | 9C | 9C | 0 | 8 | 8 | 21 | 0 | 8 | 40 |
Octal | 252 | 234 | 234 | 0 | 10 | 10 | 41 | 0 | 10 | 100 |
Binary | 10101010 | 10011100 | 10011100 | 0 | 1000 | 1000 | 100001 | 0 | 1000 | 1000000 |
Color Harmonies of #AA9C9C
Complementary color
Monochromatic Colors of #AA9C9C
Black with #AA9C9C
Text Example
Text Example
White with #AA9C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C9C; }
p { color: rgb(170,156,156); }
H1.HeaderClassName
{
color: #AA9C9C;
}
.AnyTagClassName
{
color: #AA9C9C;
}
</style>
background-color css
<style>
a { background-color: #AA9C9C; }
a { background-color: rgb(170,156,156); }
div.DivClassName
{
background-color: #AA9C9C;
}
.BgClassName
{
background-color: #AA9C9C;
}
</style>
border-color css
<style>
span { border-color: #AA9C9C; }
span { border-color: rgb(170,156,156); }
td.TdClassName
{
border-color: #AA9C9C;
}
.TagClassName
{
border-color: #AA9C9C;
}
</style>