#AAA09F

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

Shades of Nobel #AAA09F

Tints of Nobel #AAA09F

Color information

#AAA09F (or 0xAAA09F) is unknown color: approx Nobel. HEX triplet: AA, A0 and 9F. RGB value is (170,160,159). Sum of RGB (Red+Green+Blue) = 170+160+159=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09F is #555F60. Grayscale: #A2A2A2. Windows color (decimal): -5594977 or 10461354. OLE color: 10461354.

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

Color convert

RGB170160159-
CMYK00.060.060.33
HSL5.45º6.08%64.51%-
HSV(B)5.45º6.47%66.67%-
XYZ35.4136.1937.92-
YUV162.88125.81133.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=34.76%
G=32.72%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016015900.060.060.335.456.0864.51
HexAAA09F066215641
Octal2522402370664156101
Binary10101010101000001001111101101101000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA09F; }

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

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

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

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

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

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

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

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