Html Css Color HEX #94A2AD Grey Chateau

📋 copy color: '#94A2AD'

red 148 ◦ green 162 ◦ blue 173

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

Shades of Grey Chateau #94A2AD

Tints of Grey Chateau #94A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

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

R = 30.64%
G = 33.54%
B = 35.82%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#94A2AD (or 0x94A2AD) is known color: Grey Chateau. HEX triplet: 94, A2 and AD. RGB value is (148,162,173). Sum of RGB (Red+Green+Blue) = 148+162+173=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #94A2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A2AD is #6B5D52. Grayscale: #9F9F9F. Windows color (decimal): -7036243 or 11379348. OLE color: 11379348.

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

Color convert

RGB 148 162 173 -
CMYK 0.14 0.06 0 0.32
HSL 206.4º 0.13% 0.63% -
HSV(B) 206.4º 0.14% 0.68% -
XYZ 32.68 35.15 44.6 -
YUV 159.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 148 162 173 0.14 0.06 0 0.32 206.4 0.13 0.63
Hex 94 A2 AD E 6 0 20 CE D 3F
Octal 224 242 255 16 6 0 40 316 15 77
Binary 10010100 10100010 10101101 1110 110 0 100000 11001110 1101 111111

Color Harmonies of #94A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A2AD

Black with #94A2AD

Text Example


Text Example

White with #94A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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