#AA9F9E

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

Shades of Nobel #AA9F9E

Tints of Nobel #AA9F9E

Color information

#AA9F9E (or 0xAA9F9E) is unknown color: approx Nobel. HEX triplet: AA, 9F and 9E. RGB value is (170,159,158). Sum of RGB (Red+Green+Blue) = 170+159+158=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F9E is #556061. Grayscale: #A2A2A2. Windows color (decimal): -5595234 or 10395562. OLE color: 10395562.

HSL color Cylindrical-coordinate representation of color #AA9F9E: hue angle of 5º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AA9F9E is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB170159158-
CMYK00.060.070.33
HSL6.59%64.31%-
HSV(B)7.06%66.67%-
XYZ35.1535.8137.41-
YUV162.18125.64133.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=34.91%
G=32.65%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015915800.060.070.3356.5964.31
HexAA9F9E067215740
Octal2522372360674157100
Binary10101010100111111001111001101111000011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F9E; }

 p { color: rgb(170,159,158); }

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

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

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

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

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

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

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