#99A2AE

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

Shades of Grey Chateau #99A2AE

Tints of Grey Chateau #99A2AE

Color information

#99A2AE (or 0x99A2AE) is unknown color: approx Grey Chateau. HEX triplet: 99, A2 and AE. RGB value is (153,162,174). Sum of RGB (Red+Green+Blue) = 153+162+174=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #99A2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2AE is #665D51. Grayscale: #A0A0A0. Windows color (decimal): -6708562 or 11444889. OLE color: 11444889.

HSL color Cylindrical-coordinate representation of color #99A2AE: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A2AE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153162174-
CMYK0.120.0700.32
HSL214.29º11.48%64.12%-
HSV(B)214.29º12.07%68.24%-
XYZ33.735.6745.15-
YUV160.68135.52122.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=31.29%
G=33.13%
B=35.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531621740.120.0700.32214.2911.4864.12
Hex99A2AEC7020d6b40
Octal23124225614704032613100
Binary100110011010001010101110110011101000001101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A2AE; }

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

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

<style>
 a { background-color: #99A2AE; }

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

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

<style>
 span { border-color: #99A2AE; }

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

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