Html Css Color HEX #9CA1A5 Grey Chateau

📋 copy color: '#9CA1A5'

red 156 ◦ green 161 ◦ blue 165

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

Shades of Grey Chateau #9CA1A5

Tints of Grey Chateau #9CA1A5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

 BLUE value IS 165 (64.84% from 255) = 34.23%

R = 32.37%
G = 33.4%
B = 34.23%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9CA1A5 (or 0x9CA1A5) is known color: Grey Chateau. HEX triplet: 9C, A1 and A5. RGB value is (156,161,165). Sum of RGB (Red+Green+Blue) = 156+161+165=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 165 - color contains mainly: blue. Hex color #9CA1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA1A5 is #635E5A. Grayscale: #9F9F9F. Windows color (decimal): -6512219 or 10854812. OLE color: 10854812.

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

Color convert

RGB 156 161 165 -
CMYK 0.05 0.02 0 0.35
HSL 206.67º 0.05% 0.63% -
HSV(B) 206.67º 0.05% 0.65% -
XYZ 33.25 35.27 40.65 -
YUV 159.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 156 161 165 0.05 0.02 0 0.35 206.67 0.05 0.63
Hex 9C A1 A5 5 2 0 23 CF 5 3F
Octal 234 241 245 5 2 0 43 317 5 77
Binary 10011100 10100001 10100101 101 10 0 100011 11001111 101 111111

Color Harmonies of #9CA1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA1A5

Black with #9CA1A5

Text Example


Text Example

White with #9CA1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,161,165); }

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

background-color css

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

 a { background-color: rgb(156,161,165); }

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

border-color css

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

 span { border-color: rgb(156,161,165); }

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