#9BA6AF

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

Shades of Grey Chateau #9BA6AF

Tints of Grey Chateau #9BA6AF

Color information

#9BA6AF (or 0x9BA6AF) is unknown color: approx Grey Chateau. HEX triplet: 9B, A6 and AF. RGB value is (155,166,175). Sum of RGB (Red+Green+Blue) = 155+166+175=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA6AF is #645950. Grayscale: #A3A3A3. Windows color (decimal): -6576465 or 11511451. OLE color: 11511451.

HSL color Cylindrical-coordinate representation of color #9BA6AF: hue angle of 207º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA6AF is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB155166175-
CMYK0.110.0500.31
HSL207º11.11%64.71%-
HSV(B)207º11.43%68.63%-
XYZ34.8937.3445.93-
YUV163.74134.36121.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=31.25%
G=33.47%
B=35.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551661750.110.0500.3120711.1164.71
Hex9BA6AFB501Fcfb41
Octal23324625713503731713101
Binary10011011101001101010111110111010111111100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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