#999FA5

Color #999FA5 Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #999FA5

Tints of Grey Chateau #999FA5

Color information

#999FA5 (or 0x999FA5) is unknown color: approx 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

RGB153159165-
CMYK0.070.0400.35
HSL210º6.25%62.35%-
HSV(B)210º7.27%64.71%-
XYZ32.3334.2940.51-
YUV157.89132.01124.51-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531591650.070.0400.352106.2562.35
Hex999FA574023d263e
Octal23123724574043322676
Binary100110011001111110100101111100010001111010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>