#AA9C9C

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

Shades of Nobel #AA9C9C

Tints of Nobel #AA9C9C

Color information

#AA9C9C (or 0xAA9C9C) is unknown color: approx Nobel. HEX triplet: AA, 9C and 9C. RGB value is (170,156,156). Sum of RGB (Red+Green+Blue) = 170+156+156=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9C is #556363. Grayscale: #A0A0A0. Windows color (decimal): -5596004 or 10263722. OLE color: 10263722.

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

Color convert

RGB170156156-
CMYK00.080.080.33
HSL7.61%63.92%-
HSV(B)8.24%66.67%-
XYZ34.4734.7236.34-
YUV160.19125.64135-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=35.27%
G=32.37%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015615600.080.080.3307.6163.92
HexAA9C9C088210840
Octal2522342340101041010100
Binary101010101001110010011100010001000100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C9C; }

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

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

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

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

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

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

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

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