Html Css Color HEX #94A2AB Grey Chateau

📋 copy color: '#94A2AB'

red 148 ◦ green 162 ◦ blue 171

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

Shades of Grey Chateau #94A2AB

Tints of Grey Chateau #94A2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 30.77%
G = 33.68%
B = 35.55%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#94A2AB (or 0x94A2AB) is known color: Grey Chateau. HEX triplet: 94, A2 and AB. RGB value is (148,162,171). Sum of RGB (Red+Green+Blue) = 148+162+171=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #94A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A2AB is #6B5D54. Grayscale: #9E9E9E. Windows color (decimal): -7036245 or 11248276. OLE color: 11248276.

HSL color Cylindrical-coordinate representation of color #94A2AB: hue angle of 203.48º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94A2AB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 162 171 -
CMYK 0.13 0.05 0 0.33
HSL 203.48º 0.12% 0.63% -
HSV(B) 203.48º 0.13% 0.67% -
XYZ 32.48 35.08 43.59 -
YUV 158.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 148 162 171 0.13 0.05 0 0.33 203.48 0.12 0.63
Hex 94 A2 AB D 5 0 21 CB C 3F
Octal 224 242 253 15 5 0 41 313 14 77
Binary 10010100 10100010 10101011 1101 101 0 100001 11001011 1100 111111

Color Harmonies of #94A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A2AB

Black with #94A2AB

Text Example


Text Example

White with #94A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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