#9BA1AC

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

Shades of Grey Chateau #9BA1AC

Tints of Grey Chateau #9BA1AC

Color information

#9BA1AC (or 0x9BA1AC) is unknown color: approx Grey Chateau. HEX triplet: 9B, A1 and AC. RGB value is (155,161,172). Sum of RGB (Red+Green+Blue) = 155+161+172=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #9BA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA1AC is #645E53. Grayscale: #A0A0A0. Windows color (decimal): -6577748 or 11313563. OLE color: 11313563.

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

Color convert

RGB155161172-
CMYK0.100.0600.33
HSL218.82º9.29%64.12%-
HSV(B)218.82º9.88%67.45%-
XYZ33.7135.4444.09-
YUV160.46134.51124.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=31.76%
G=32.99%
B=35.25%

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
Decimal1551611720.100.0600.33218.829.2964.12
Hex9BA1ACA6021db940
Octal23324125412604133311100
Binary100110111010000110101100101011001000011101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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