#AAA09E

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

Shades of Nobel #AAA09E

Tints of Nobel #AAA09E

Color information

#AAA09E (or 0xAAA09E) is unknown color: approx Nobel. HEX triplet: AA, A0 and 9E. RGB value is (170,160,158). Sum of RGB (Red+Green+Blue) = 170+160+158=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09E is #555F61. Grayscale: #A2A2A2. Windows color (decimal): -5594978 or 10395818. OLE color: 10395818.

HSL color Cylindrical-coordinate representation of color #AAA09E: hue angle of 10º 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 #AAA09E is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB170160158-
CMYK00.060.070.33
HSL10º6.59%64.31%-
HSV(B)10º7.06%66.67%-
XYZ35.3236.1637.47-
YUV162.76125.31133.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=34.84%
G=32.79%
B=32.38%

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
Decimal17016015800.060.070.33106.5964.31
HexAAA09E06721a740
Octal25224023606741127100
Binary101010101010000010011110011011110000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA09E; }

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

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

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

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

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

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

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

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