Html Css Color HEX #94A1AE Grey Chateau

📋 copy color: '#94A1AE'

red 148 ◦ green 161 ◦ blue 174

#94A1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #94A1AE

Tints of Grey Chateau #94A1AE

RGB

 RED value IS 148 (58.2% from 255) = 30.64%

 GREEN value IS 161 (63.28% from 255) = 33.33%

 BLUE value IS 174 (68.36% from 255) = 36.02%

R = 30.64%
G = 33.33%
B = 36.02%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#94A1AE (or 0x94A1AE) is known color: Grey Chateau. HEX triplet: 94, A1 and AE. RGB value is (148,161,174). Sum of RGB (Red+Green+Blue) = 148+161+174=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #94A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1AE is #6B5E51. Grayscale: #9E9E9E. Windows color (decimal): -7036498 or 11444628. OLE color: 11444628.

HSL color Cylindrical-coordinate representation of color #94A1AE: hue angle of 210º 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 #94A1AE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 161 174 -
CMYK 0.15 0.07 0 0.32
HSL 210º 0.14% 0.63% -
HSV(B) 210º 0.15% 0.68% -
XYZ 32.6 34.84 45.05 -
YUV 158.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 148 161 174 0.15 0.07 0 0.32 210 0.14 0.63
Hex 94 A1 AE F 7 0 20 D2 E 3F
Octal 224 241 256 17 7 0 40 322 16 77
Binary 10010100 10100001 10101110 1111 111 0 100000 11010010 1110 111111

Color Harmonies of #94A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A1AE

Black with #94A1AE

Text Example


Text Example

White with #94A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A1AE;
 }
 .AnyTagClassName
 {
   color: #94A1AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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