Html Css Color HEX #9BA5AC Grey Chateau

📋 copy color: '#9BA5AC'

red 155 ◦ green 165 ◦ blue 172

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

Shades of Grey Chateau #9BA5AC

Tints of Grey Chateau #9BA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

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

R = 31.5%
G = 33.54%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9BA5AC (or 0x9BA5AC) is known color: Grey Chateau. HEX triplet: 9B, A5 and AC. RGB value is (155,165,172). Sum of RGB (Red+Green+Blue) = 155+165+172=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #9BA5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA5AC is #645A53. Grayscale: #A2A2A2. Windows color (decimal): -6576724 or 11314587. OLE color: 11314587.

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

Color convert

RGB 155 165 172 -
CMYK 0.10 0.04 0 0.33
HSL 204.71º 0.09% 0.64% -
HSV(B) 204.71º 0.1% 0.67% -
XYZ 34.42 36.86 44.33 -
YUV 162.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 155 165 172 0.10 0.04 0 0.33 204.71 0.09 0.64
Hex 9B A5 AC A 4 0 21 CD 9 40
Octal 233 245 254 12 4 0 41 315 11 100
Binary 10011011 10100101 10101100 1010 100 0 100001 11001101 1001 1000000

Color Harmonies of #9BA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5AC

Black with #9BA5AC

Text Example


Text Example

White with #9BA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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