Html Css Color HEX #9BA6AC Grey Chateau

📋 copy color: '#9BA6AC'

red 155 ◦ green 166 ◦ blue 172

#9BA6AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #9BA6AC

Tints of Grey Chateau #9BA6AC

RGB

 RED value IS 155 (60.94% from 255) = 31.44%

 GREEN value IS 166 (65.23% from 255) = 33.67%

 BLUE value IS 172 (67.58% from 255) = 34.89%

R = 31.44%
G = 33.67%
B = 34.89%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9BA6AC (or 0x9BA6AC) is known color: Grey Chateau. HEX triplet: 9B, A6 and AC. RGB value is (155,166,172). Sum of RGB (Red+Green+Blue) = 155+166+172=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #9BA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA6AC is #645953. Grayscale: #A3A3A3. Windows color (decimal): -6576468 or 11314843. OLE color: 11314843.

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

Color convert

RGB 155 166 172 -
CMYK 0.10 0.03 0 0.33
HSL 201.18º 0.09% 0.64% -
HSV(B) 201.18º 0.1% 0.67% -
XYZ 34.6 37.22 44.39 -
YUV 163.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 155 166 172 0.10 0.03 0 0.33 201.18 0.09 0.64
Hex 9B A6 AC A 3 0 21 C9 9 40
Octal 233 246 254 12 3 0 41 311 11 100
Binary 10011011 10100110 10101100 1010 11 0 100001 11001001 1001 1000000

Color Harmonies of #9BA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6AC

Black with #9BA6AC

Text Example


Text Example

White with #9BA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BA6AC;
 }
 .AnyTagClassName
 {
   color: #9BA6AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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