#98A4AB

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

Shades of Grey Chateau #98A4AB

Tints of Grey Chateau #98A4AB

Color information

#98A4AB (or 0x98A4AB) is unknown color: approx Grey Chateau. HEX triplet: 98, A4 and AB. RGB value is (152,164,171). Sum of RGB (Red+Green+Blue) = 152+164+171=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #98A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A4AB is #675B54. Grayscale: #A1A1A1. Windows color (decimal): -6773589 or 11248792. OLE color: 11248792.

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

Color convert

RGB152164171-
CMYK0.110.0400.33
HSL202.11º10.16%63.33%-
HSV(B)202.11º11.11%67.06%-
XYZ33.5836.1743.74-
YUV161.21133.52121.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=31.21%
G=33.68%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521641710.110.0400.33202.1110.1663.33
Hex98A4ABB4021caa3f
Octal2302442531340413121277
Binary10011000101001001010101110111000100001110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,164,171); }

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

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

 a { background-color: rgb(152,164,171); }

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

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

 span { border-color: rgb(152,164,171); }

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