#9AA0AB

Color #9AA0AB Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #9AA0AB

Tints of Grey Chateau #9AA0AB

Color information

#9AA0AB (or 0x9AA0AB) is unknown color: approx Grey Chateau. HEX triplet: 9A, A0 and AB. RGB value is (154,160,171). Sum of RGB (Red+Green+Blue) = 154+160+171=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #9AA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA0AB is #655F54. Grayscale: #9F9F9F. Windows color (decimal): -6643541 or 11247770. OLE color: 11247770.

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

Color convert

RGB154160171-
CMYK0.100.0600.33
HSL218.82º9.19%63.73%-
HSV(B)218.82º9.94%67.06%-
XYZ33.2534.9543.52-
YUV159.46134.51124.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=31.75%
G=32.99%
B=35.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541601710.100.0600.33218.829.1963.73
Hex9AA0ABA6021db940
Octal23224025312604133311100
Binary100110101010000010101011101011001000011101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA0AB; }

 p { color: rgb(154,160,171); }

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

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

 a { background-color: rgb(154,160,171); }

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

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

 span { border-color: rgb(154,160,171); }

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