Html Css Color HEX #999FA5 Grey Chateau

📋 copy color: '#999FA5'

red 153 ◦ green 159 ◦ blue 165

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

Shades of Grey Chateau #999FA5

Tints of Grey Chateau #999FA5

RGB

 RED value IS 153 (60.16% from 255) = 32.08%

 GREEN value IS 159 (62.5% from 255) = 33.33%

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

R = 32.08%
G = 33.33%
B = 34.59%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#999FA5 (or 0x999FA5) is known color: Grey Chateau. HEX triplet: 99, 9F and A5. RGB value is (153,159,165). Sum of RGB (Red+Green+Blue) = 153+159+165=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 165 - color contains mainly: blue. Hex color #999FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FA5 is #66605A. Grayscale: #9D9D9D. Windows color (decimal): -6709339 or 10854297. OLE color: 10854297.

HSL color Cylindrical-coordinate representation of color #999FA5: hue angle of 210º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #999FA5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 159 165 -
CMYK 0.07 0.04 0 0.35
HSL 210º 0.06% 0.62% -
HSV(B) 210º 0.07% 0.65% -
XYZ 32.33 34.29 40.51 -
YUV 157.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 153 159 165 0.07 0.04 0 0.35 210 0.06 0.62
Hex 99 9F A5 7 4 0 23 D2 6 3E
Octal 231 237 245 7 4 0 43 322 6 76
Binary 10011001 10011111 10100101 111 100 0 100011 11010010 110 111110

Color Harmonies of #999FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FA5

Black with #999FA5

Text Example


Text Example

White with #999FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999FA5; }

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

 H1.HeaderClassName
 {
   color: #999FA5;
 }
 .AnyTagClassName
 {
   color: #999FA5;
 }
</style>

background-color css

<style>
 a { background-color: #999FA5; }

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

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

border-color css

<style>
 span { border-color: #999FA5; }

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

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