#AD9F9D

Color #AD9F9D Nobel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nobel #AD9F9D

Tints of Nobel #AD9F9D

Color information

#AD9F9D (or 0xAD9F9D) is unknown color: approx Nobel. HEX triplet: AD, 9F and 9D. RGB value is (173,159,157). Sum of RGB (Red+Green+Blue) = 173+159+157=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F9D is #526062. Grayscale: #A2A2A2. Windows color (decimal): -5398627 or 10330029. OLE color: 10330029.

HSL color Cylindrical-coordinate representation of color #AD9F9D: hue angle of 7.5º degrees, saturation: 0.09, 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 #AD9F9D is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173159157-
CMYK00.080.090.32
HSL7.5º8.89%64.71%-
HSV(B)7.5º9.25%67.84%-
XYZ35.7236.1136.99-
YUV162.96124.64135.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=35.38%
G=32.52%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315915700.080.090.327.58.8964.71
HexAD9F9D089208941
Octal25523723501011401011101
Binary101011011001111110011101010001001100000100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F9D; }

 p { color: rgb(173,159,157); }

 H1.HeaderClassName
 {
   color: #AD9F9D;
 }
 .AnyTagClassName
 {
   color: #AD9F9D;
 }
</style>
background-color css

<style>
 a { background-color: #AD9F9D; }

 a { background-color: rgb(173,159,157); }

 div.DivClassName
 {
   background-color: #AD9F9D;
 }
 .BgClassName
 {
   background-color: #AD9F9D;
 }
</style>
border-color css

<style>
 span { border-color: #AD9F9D; }

 span { border-color: rgb(173,159,157); }

 td.TdClassName
 {
   border-color: #AD9F9D;
 }
 .TagClassName
 {
   border-color: #AD9F9D;
 }
</style>