Html Css Color HEX #9FA6AA Grey Chateau

📋 copy color: '#9FA6AA'

red 159 ◦ green 166 ◦ blue 170

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

Shades of Grey Chateau #9FA6AA

Tints of Grey Chateau #9FA6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 32.12%
G = 33.54%
B = 34.34%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9FA6AA (or 0x9FA6AA) is known color: Grey Chateau. HEX triplet: 9F, A6 and AA. RGB value is (159,166,170). Sum of RGB (Red+Green+Blue) = 159+166+170=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #9FA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA6AA is #605955. Grayscale: #A4A4A4. Windows color (decimal): -6314326 or 11183775. OLE color: 11183775.

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

Color convert

RGB 159 166 170 -
CMYK 0.06 0.02 0 0.33
HSL 201.82º 0.06% 0.65% -
HSV(B) 201.82º 0.06% 0.67% -
XYZ 35.19 37.55 43.42 -
YUV 164.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 159 166 170 0.06 0.02 0 0.33 201.82 0.06 0.65
Hex 9F A6 AA 6 2 0 21 CA 6 41
Octal 237 246 252 6 2 0 41 312 6 101
Binary 10011111 10100110 10101010 110 10 0 100001 11001010 110 1000001

Color Harmonies of #9FA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA6AA

Black with #9FA6AA

Text Example


Text Example

White with #9FA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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