#999EA0

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

Shades of Grey Chateau #999EA0

Tints of Grey Chateau #999EA0

Color information

#999EA0 (or 0x999EA0) is unknown color: approx Grey Chateau. HEX triplet: 99, 9E and A0. RGB value is (153,158,160). Sum of RGB (Red+Green+Blue) = 153+158+160=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 160 - color contains mainly: blue. Hex color #999EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999EA0 is #66615F. Grayscale: #9C9C9C. Windows color (decimal): -6709600 or 10526361. OLE color: 10526361.

HSL color Cylindrical-coordinate representation of color #999EA0: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999EA0 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB153158160-
CMYK0.040.0100.37
HSL197.14º3.55%61.37%-
HSV(B)197.14º4.37%62.75%-
XYZ31.7133.7638.1-
YUV156.73129.84125.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=32.48%
G=33.55%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531581600.040.0100.37197.143.5561.37
Hex999EA041025c543d
Octal23123624041045305475
Binary1001100110011110101000001001010010111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,158,160); }

 H1.HeaderClassName
 {
   color: #999EA0;
 }
 .AnyTagClassName
 {
   color: #999EA0;
 }
</style>
background-color css

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

 a { background-color: rgb(153,158,160); }

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

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

 span { border-color: rgb(153,158,160); }

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