#AA9E9C

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

Shades of Nobel #AA9E9C

Tints of Nobel #AA9E9C

Color information

#AA9E9C (or 0xAA9E9C) is unknown color: approx Nobel. HEX triplet: AA, 9E and 9C. RGB value is (170,158,156). Sum of RGB (Red+Green+Blue) = 170+158+156=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E9C is #556163. Grayscale: #A1A1A1. Windows color (decimal): -5595492 or 10264234. OLE color: 10264234.

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

Color convert

RGB170158156-
CMYK00.070.080.33
HSL8.57º7.61%63.92%-
HSV(B)8.57º8.24%66.67%-
XYZ34.8135.436.45-
YUV161.36124.98134.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=35.12%
G=32.64%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015815600.070.080.338.577.6163.92
HexAA9E9C078219840
Octal2522362340710411110100
Binary10101010100111101001110001111000100001100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E9C; }

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

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

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

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

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

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

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

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