#9AA1AB

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

Shades of Grey Chateau #9AA1AB

Tints of Grey Chateau #9AA1AB

Color information

#9AA1AB (or 0x9AA1AB) is unknown color: approx Grey Chateau. HEX triplet: 9A, A1 and AB. RGB value is (154,161,171). Sum of RGB (Red+Green+Blue) = 154+161+171=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #9AA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA1AB is #655E54. Grayscale: #A0A0A0. Windows color (decimal): -6643285 or 11248026. OLE color: 11248026.

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

Color convert

RGB154161171-
CMYK0.100.0600.33
HSL215.29º9.19%63.73%-
HSV(B)215.29º9.94%67.06%-
XYZ33.4235.343.58-
YUV160.05134.18123.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=31.69%
G=33.13%
B=35.19%

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
Decimal1541611710.100.0600.33215.299.1963.73
Hex9AA1ABA6021d7940
Octal23224125312604132711100
Binary100110101010000110101011101011001000011101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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