#999EA2

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

Shades of Grey Chateau #999EA2

Tints of Grey Chateau #999EA2

Color information

#999EA2 (or 0x999EA2) is unknown color: approx Grey Chateau. HEX triplet: 99, 9E and A2. RGB value is (153,158,162). Sum of RGB (Red+Green+Blue) = 153+158+162=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 162 - color contains mainly: blue. Hex color #999EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999EA2 is #66615D. Grayscale: #9C9C9C. Windows color (decimal): -6709598 or 10657433. OLE color: 10657433.

HSL color Cylindrical-coordinate representation of color #999EA2: hue angle of 206.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999EA2 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB153158162-
CMYK0.060.0200.36
HSL206.67º4.62%61.76%-
HSV(B)206.67º5.56%63.53%-
XYZ31.8933.8339.03-
YUV156.96130.84125.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.35%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 162 (63.67% from 255) = 34.25%
R=32.35%
G=33.40%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531581620.060.0200.36206.674.6261.76
Hex999EA262024cf53e
Octal23123624262044317576
Binary10011001100111101010001011010010010011001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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