#98A2AF

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

Shades of Grey Chateau #98A2AF

Tints of Grey Chateau #98A2AF

Color information

#98A2AF (or 0x98A2AF) is unknown color: approx Grey Chateau. HEX triplet: 98, A2 and AF. RGB value is (152,162,175). Sum of RGB (Red+Green+Blue) = 152+162+175=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #98A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A2AF is #675D50. Grayscale: #A0A0A0. Windows color (decimal): -6774097 or 11510424. OLE color: 11510424.

HSL color Cylindrical-coordinate representation of color #98A2AF: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98A2AF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152162175-
CMYK0.130.0700.31
HSL213.91º12.57%64.12%-
HSV(B)213.91º13.14%68.63%-
XYZ33.6135.6145.66-
YUV160.49136.19121.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=31.08%
G=33.13%
B=35.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521621750.130.0700.31213.9112.5764.12
Hex98A2AFD701Fd6d40
Octal23024225715703732615100
Binary10011000101000101010111111011110111111101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,162,175); }

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

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

 a { background-color: rgb(152,162,175); }

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

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

 span { border-color: rgb(152,162,175); }

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