#99A4AE

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

Shades of Grey Chateau #99A4AE

Tints of Grey Chateau #99A4AE

Color information

#99A4AE (or 0x99A4AE) is unknown color: approx Grey Chateau. HEX triplet: 99, A4 and AE. RGB value is (153,164,174). Sum of RGB (Red+Green+Blue) = 153+164+174=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #99A4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A4AE is #665B51. Grayscale: #A1A1A1. Windows color (decimal): -6708050 or 11445401. OLE color: 11445401.

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

Color convert

RGB153164174-
CMYK0.120.0600.32
HSL208.57º11.48%64.12%-
HSV(B)208.57º12.07%68.24%-
XYZ34.0536.3845.27-
YUV161.85134.86121.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=31.16%
G=33.40%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531641740.120.0600.32208.5711.4864.12
Hex99A4AEC6020d1b40
Octal23124425614604032113100
Binary100110011010010010101110110011001000001101000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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