#98A0AC

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

Shades of Grey Chateau #98A0AC

Tints of Grey Chateau #98A0AC

Color information

#98A0AC (or 0x98A0AC) is unknown color: approx Grey Chateau. HEX triplet: 98, A0 and AC. RGB value is (152,160,172). Sum of RGB (Red+Green+Blue) = 152+160+172=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #98A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A0AC is #675F53. Grayscale: #9E9E9E. Windows color (decimal): -6774612 or 11313304. OLE color: 11313304.

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

Color convert

RGB152160172-
CMYK0.120.0700.33
HSL216º10.75%63.53%-
HSV(B)216º11.63%67.45%-
XYZ32.9734.844.01-
YUV158.98135.35123.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=31.40%
G=33.06%
B=35.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521601720.120.0700.3321610.7563.53
Hex98A0ACC7021d8b40
Octal23024025414704133013100
Binary100110001010000010101100110011101000011101100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,160,172); }

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

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

 a { background-color: rgb(152,160,172); }

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

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

 span { border-color: rgb(152,160,172); }

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