#9BA0AA

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

Shades of Grey Chateau #9BA0AA

Tints of Grey Chateau #9BA0AA

Color information

#9BA0AA (or 0x9BA0AA) is unknown color: approx Grey Chateau. HEX triplet: 9B, A0 and AA. RGB value is (155,160,170). Sum of RGB (Red+Green+Blue) = 155+160+170=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #9BA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA0AA is #645F55. Grayscale: #9F9F9F. Windows color (decimal): -6578006 or 11182235. OLE color: 11182235.

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

Color convert

RGB155160170-
CMYK0.090.0600.33
HSL220º8.11%63.73%-
HSV(B)220º8.82%66.67%-
XYZ33.3435.0143.03-
YUV159.64133.84124.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=31.96%
G=32.99%
B=35.05%

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
Decimal1551601700.090.0600.332208.1163.73
Hex9BA0AA96021dc840
Octal23324025211604133410100
Binary100110111010000010101010100111001000011101110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,160,170); }

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

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

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

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

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

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

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