#9BA1AB

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

Shades of Grey Chateau #9BA1AB

Tints of Grey Chateau #9BA1AB

Color information

#9BA1AB (or 0x9BA1AB) is unknown color: approx Grey Chateau. HEX triplet: 9B, A1 and AB. RGB value is (155,161,171). Sum of RGB (Red+Green+Blue) = 155+161+171=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #9BA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA1AB is #645E54. Grayscale: #A0A0A0. Windows color (decimal): -6577749 or 11248027. OLE color: 11248027.

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

Color convert

RGB155161171-
CMYK0.090.0600.33
HSL217.5º8.7%63.92%-
HSV(B)217.5º9.36%67.06%-
XYZ33.6135.443.59-
YUV160.35134.01124.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=31.83%
G=33.06%
B=35.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551611710.090.0600.33217.58.763.92
Hex9BA1AB96021da940
Octal23324125311604133211100
Binary100110111010000110101011100111001000011101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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