#9BA3AD

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

Shades of Grey Chateau #9BA3AD

Tints of Grey Chateau #9BA3AD

Color information

#9BA3AD (or 0x9BA3AD) is unknown color: approx Grey Chateau. HEX triplet: 9B, A3 and AD. RGB value is (155,163,173). Sum of RGB (Red+Green+Blue) = 155+163+173=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA3AD is #645C52. Grayscale: #A1A1A1. Windows color (decimal): -6577235 or 11379611. OLE color: 11379611.

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

Color convert

RGB155163173-
CMYK0.100.0600.32
HSL213.33º9.89%64.31%-
HSV(B)213.33º10.4%67.84%-
XYZ34.1636.1844.72-
YUV161.75134.35123.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=31.57%
G=33.20%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551631730.100.0600.32213.339.8964.31
Hex9BA3ADA6020d5a40
Octal23324325512604032512100
Binary100110111010001110101101101011001000001101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,173); }

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

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

 a { background-color: rgb(155,163,173); }

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

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

 span { border-color: rgb(155,163,173); }

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