Html Css Color HEX #9FA5AB Grey Chateau

📋 copy color: '#9FA5AB'

red 159 ◦ green 165 ◦ blue 171

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

Shades of Grey Chateau #9FA5AB

Tints of Grey Chateau #9FA5AB

RGB

 RED value IS 159 (62.5% from 255) = 32.12%

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 32.12%
G = 33.33%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9FA5AB (or 0x9FA5AB) is known color: Grey Chateau. HEX triplet: 9F, A5 and AB. RGB value is (159,165,171). Sum of RGB (Red+Green+Blue) = 159+165+171=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA5AB is #605A54. Grayscale: #A3A3A3. Windows color (decimal): -6314581 or 11249055. OLE color: 11249055.

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

Color convert

RGB 159 165 171 -
CMYK 0.07 0.04 0 0.33
HSL 210º 0.07% 0.65% -
HSV(B) 210º 0.07% 0.67% -
XYZ 35.1 37.22 43.86 -
YUV 163.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 159 165 171 0.07 0.04 0 0.33 210 0.07 0.65
Hex 9F A5 AB 7 4 0 21 D2 7 41
Octal 237 245 253 7 4 0 41 322 7 101
Binary 10011111 10100101 10101011 111 100 0 100001 11010010 111 1000001

Color Harmonies of #9FA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA5AB

Black with #9FA5AB

Text Example


Text Example

White with #9FA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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