#9FA6AB

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

Shades of Grey Chateau #9FA6AB

Tints of Grey Chateau #9FA6AB

Color information

#9FA6AB (or 0x9FA6AB) is unknown color: approx Grey Chateau. HEX triplet: 9F, A6 and AB. RGB value is (159,166,171). Sum of RGB (Red+Green+Blue) = 159+166+171=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA6AB is #605954. Grayscale: #A4A4A4. Windows color (decimal): -6314325 or 11249311. OLE color: 11249311.

HSL color Cylindrical-coordinate representation of color #9FA6AB: hue angle of 205º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA6AB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159166171-
CMYK0.070.0300.33
HSL205º6.67%64.71%-
HSV(B)205º7.02%67.06%-
XYZ35.2837.5843.92-
YUV164.48131.68124.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=32.06%
G=33.47%
B=34.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591661710.070.0300.332056.6764.71
Hex9FA6AB73021cd741
Octal237246253730413157101
Binary100111111010011010101011111110100001110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,171); }

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

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

 a { background-color: rgb(159,166,171); }

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

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

 span { border-color: rgb(159,166,171); }

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