#94A2AE

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

Shades of Grey Chateau #94A2AE

Tints of Grey Chateau #94A2AE

Color information

#94A2AE (or 0x94A2AE) is unknown color: approx Grey Chateau. HEX triplet: 94, A2 and AE. RGB value is (148,162,174). Sum of RGB (Red+Green+Blue) = 148+162+174=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #94A2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A2AE is #6B5D51. Grayscale: #9F9F9F. Windows color (decimal): -7036242 or 11444884. OLE color: 11444884.

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

Color convert

RGB148162174-
CMYK0.150.0700.32
HSL207.69º13.83%63.14%-
HSV(B)207.69º14.94%68.24%-
XYZ32.7735.1945.11-
YUV159.18136.36120.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=30.58%
G=33.47%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481621740.150.0700.32207.6913.8363.14
Hex94A2AEF7020d0e3f
Octal2242422561770403201677
Binary10010100101000101010111011111110100000110100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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