Shades of Nobel #A39C9C
Tints of Nobel #A39C9C
RGB
CMYK
RGB Variations
Color information
#A39C9C (or 0xA39C9C) is known color: Nobel. HEX triplet: A3, 9C and 9C. RGB value is (163,156,156). Sum of RGB (Red+Green+Blue) = 163+156+156=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C9C is #5C6363. Grayscale: #9E9E9E. Windows color (decimal): -6054756 or 10263715. OLE color: 10263715.
HSL color Cylindrical-coordinate representation of color #A39C9C: hue angle of 0º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A39C9C is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 156 | 156 | - |
CMYK | 0 | 0.04 | 0.04 | 0.36 |
HSL | 0º | 0.04% | 0.63% | - |
HSV(B) | 0º | 0.04% | 0.64% | - |
XYZ | 32.99 | 33.96 | 36.27 | - |
YUV | 158.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 156 | 156 | 0 | 0.04 | 0.04 | 0.36 | 0 | 0.04 | 0.63 |
Hex | A3 | 9C | 9C | 0 | 4 | 4 | 24 | 0 | 4 | 3F |
Octal | 243 | 234 | 234 | 0 | 4 | 4 | 44 | 0 | 4 | 77 |
Binary | 10100011 | 10011100 | 10011100 | 0 | 100 | 100 | 100100 | 0 | 100 | 111111 |
Color Harmonies of #A39C9C
Complementary color
Monochromatic Colors of #A39C9C
Black with #A39C9C
Text Example
Text Example
White with #A39C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C9C; }
p { color: rgb(163,156,156); }
H1.HeaderClassName
{
color: #A39C9C;
}
.AnyTagClassName
{
color: #A39C9C;
}
</style>
background-color css
<style>
a { background-color: #A39C9C; }
a { background-color: rgb(163,156,156); }
div.DivClassName
{
background-color: #A39C9C;
}
.BgClassName
{
background-color: #A39C9C;
}
</style>
border-color css
<style>
span { border-color: #A39C9C; }
span { border-color: rgb(163,156,156); }
td.TdClassName
{
border-color: #A39C9C;
}
.TagClassName
{
border-color: #A39C9C;
}
</style>