#AD9F9F

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

Shades of Nobel #AD9F9F

Tints of Nobel #AD9F9F

Color information

#AD9F9F (or 0xAD9F9F) is unknown color: approx Nobel. HEX triplet: AD, 9F and 9F. RGB value is (173,159,159). Sum of RGB (Red+Green+Blue) = 173+159+159=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F9F is #526060. Grayscale: #A3A3A3. Windows color (decimal): -5398625 or 10461101. OLE color: 10461101.

HSL color Cylindrical-coordinate representation of color #AD9F9F: hue angle of 0º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AD9F9F is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173159159-
CMYK00.080.080.32
HSL7.87%65.1%-
HSV(B)8.09%67.84%-
XYZ35.8936.1837.89-
YUV163.19125.64135-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=35.23%
G=32.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315915900.080.080.3207.8765.1
HexAD9F9F088200841
Octal2552372370101040010101
Binary101011011001111110011111010001000100000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F9F; }

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

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

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

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

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

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

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

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