#99A5AE

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

Shades of Grey Chateau #99A5AE

Tints of Grey Chateau #99A5AE

Color information

#99A5AE (or 0x99A5AE) is unknown color: approx Grey Chateau. HEX triplet: 99, A5 and AE. RGB value is (153,165,174). Sum of RGB (Red+Green+Blue) = 153+165+174=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #99A5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A5AE is #665A51. Grayscale: #A2A2A2. Windows color (decimal): -6707794 or 11445657. OLE color: 11445657.

HSL color Cylindrical-coordinate representation of color #99A5AE: hue angle of 205.71º 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 #99A5AE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153165174-
CMYK0.120.0500.32
HSL205.71º11.48%64.12%-
HSV(B)205.71º12.07%68.24%-
XYZ34.2336.7445.33-
YUV162.44134.52121.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=31.10%
G=33.54%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531651740.120.0500.32205.7111.4864.12
Hex99A5AEC5020ceb40
Octal23124525614504031613100
Binary100110011010010110101110110010101000001100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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