Html Css Color HEX #94A0AB Grey Chateau

📋 copy color: '#94A0AB'

red 148 ◦ green 160 ◦ blue 171

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

Shades of Grey Chateau #94A0AB

Tints of Grey Chateau #94A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

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

R = 30.9%
G = 33.4%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#94A0AB (or 0x94A0AB) is known color: Grey Chateau. HEX triplet: 94, A0 and AB. RGB value is (148,160,171). Sum of RGB (Red+Green+Blue) = 148+160+171=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #94A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A0AB is #6B5F54. Grayscale: #9D9D9D. Windows color (decimal): -7036757 or 11247764. OLE color: 11247764.

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

Color convert

RGB 148 160 171 -
CMYK 0.13 0.06 0 0.33
HSL 208.7º 0.12% 0.63% -
HSV(B) 208.7º 0.13% 0.67% -
XYZ 32.13 34.38 43.47 -
YUV 157.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 148 160 171 0.13 0.06 0 0.33 208.7 0.12 0.63
Hex 94 A0 AB D 6 0 21 D1 C 3F
Octal 224 240 253 15 6 0 41 321 14 77
Binary 10010100 10100000 10101011 1101 110 0 100001 11010001 1100 111111

Color Harmonies of #94A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0AB

Black with #94A0AB

Text Example


Text Example

White with #94A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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