#98A1A6

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

Shades of Grey Chateau #98A1A6

Tints of Grey Chateau #98A1A6

Color information

#98A1A6 (or 0x98A1A6) is unknown color: approx Grey Chateau. HEX triplet: 98, A1 and A6. RGB value is (152,161,166). Sum of RGB (Red+Green+Blue) = 152+161+166=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 166 - color contains mainly: blue. Hex color #98A1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A1A6 is #675E59. Grayscale: #9E9E9E. Windows color (decimal): -6774362 or 10920344. OLE color: 10920344.

HSL color Cylindrical-coordinate representation of color #98A1A6: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A1A6 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB152161166-
CMYK0.080.0300.35
HSL201.43º7.29%62.35%-
HSV(B)201.43º8.43%65.1%-
XYZ32.5834.9241.1-
YUV158.88132.02123.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=31.73%
G=33.61%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521611660.080.0300.35201.437.2962.35
Hex98A1A683023c973e
Octal230241246103043311776
Binary100110001010000110100110100011010001111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A1A6; }

 p { color: rgb(152,161,166); }

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

<style>
 a { background-color: #98A1A6; }

 a { background-color: rgb(152,161,166); }

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

<style>
 span { border-color: #98A1A6; }

 span { border-color: rgb(152,161,166); }

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