Html Css Color HEX #94A1AD Grey Chateau

📋 copy color: '#94A1AD'

red 148 ◦ green 161 ◦ blue 173

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

Shades of Grey Chateau #94A1AD

Tints of Grey Chateau #94A1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.89%

R = 30.71%
G = 33.4%
B = 35.89%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#94A1AD (or 0x94A1AD) is known color: Grey Chateau. HEX triplet: 94, A1 and AD. RGB value is (148,161,173). Sum of RGB (Red+Green+Blue) = 148+161+173=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #94A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1AD is #6B5E52. Grayscale: #9E9E9E. Windows color (decimal): -7036499 or 11379092. OLE color: 11379092.

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

Color convert

RGB 148 161 173 -
CMYK 0.14 0.07 0 0.32
HSL 208.8º 0.13% 0.63% -
HSV(B) 208.8º 0.14% 0.68% -
XYZ 32.5 34.8 44.54 -
YUV 158.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 148 161 173 0.14 0.07 0 0.32 208.8 0.13 0.63
Hex 94 A1 AD E 7 0 20 D1 D 3F
Octal 224 241 255 16 7 0 40 321 15 77
Binary 10010100 10100001 10101101 1110 111 0 100000 11010001 1101 111111

Color Harmonies of #94A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A1AD

Black with #94A1AD

Text Example


Text Example

White with #94A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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