Html Css Color HEX #9CA6AF Grey Chateau

📋 copy color: '#9CA6AF'

red 156 ◦ green 166 ◦ blue 175

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

Shades of Grey Chateau #9CA6AF

Tints of Grey Chateau #9CA6AF

RGB

 RED value IS 156 (61.33% from 255) = 31.39%

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

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 31.39%
G = 33.4%
B = 35.21%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9CA6AF (or 0x9CA6AF) is known color: Grey Chateau. HEX triplet: 9C, A6 and AF. RGB value is (156,166,175). Sum of RGB (Red+Green+Blue) = 156+166+175=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #9CA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA6AF is #635950. Grayscale: #A3A3A3. Windows color (decimal): -6510929 or 11511452. OLE color: 11511452.

HSL color Cylindrical-coordinate representation of color #9CA6AF: hue angle of 208.42º 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 #9CA6AF is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 166 175 -
CMYK 0.11 0.05 0 0.31
HSL 208.42º 0.11% 0.65% -
HSV(B) 208.42º 0.11% 0.69% -
XYZ 35.08 37.44 45.93 -
YUV 164.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 156 166 175 0.11 0.05 0 0.31 208.42 0.11 0.65
Hex 9C A6 AF B 5 0 1F D0 B 41
Octal 234 246 257 13 5 0 37 320 13 101
Binary 10011100 10100110 10101111 1011 101 0 11111 11010000 1011 1000001

Color Harmonies of #9CA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA6AF

Black with #9CA6AF

Text Example


Text Example

White with #9CA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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