#94A0A7

Color #94A0A7 Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #94A0A7

Tints of Grey Chateau #94A0A7

Color information

#94A0A7 (or 0x94A0A7) is unknown color: approx Grey Chateau. HEX triplet: 94, A0 and A7. RGB value is (148,160,167). Sum of RGB (Red+Green+Blue) = 148+160+167=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 167 - color contains mainly: blue. Hex color #94A0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A0A7 is #6B5F58. Grayscale: #9D9D9D. Windows color (decimal): -7036761 or 10985620. OLE color: 10985620.

HSL color Cylindrical-coordinate representation of color #94A0A7: hue angle of 202.11º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A0A7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148160167-
CMYK0.110.0400.35
HSL202.11º9.74%61.76%-
HSV(B)202.11º11.38%65.49%-
XYZ31.7634.2341.49-
YUV157.21133.52121.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=31.16%
G=33.68%
B=35.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481601670.110.0400.35202.119.7461.76
Hex94A0A7B4023caa3e
Octal2242402471340433121276
Binary10010100101000001010011110111000100011110010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A0A7;
 }
 .AnyTagClassName
 {
   color: #94A0A7;
 }
</style>
background-color css

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

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

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

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

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

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