Html Css Color HEX #98A3AF Grey Chateau

📋 copy color: '#98A3AF'

red 152 ◦ green 163 ◦ blue 175

#98A3AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #98A3AF

Tints of Grey Chateau #98A3AF

RGB

 RED value IS 152 (59.77% from 255) = 31.02%

 GREEN value IS 163 (64.06% from 255) = 33.27%

 BLUE value IS 175 (68.75% from 255) = 35.71%

R = 31.02%
G = 33.27%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#98A3AF (or 0x98A3AF) is known color: Grey Chateau. HEX triplet: 98, A3 and AF. RGB value is (152,163,175). Sum of RGB (Red+Green+Blue) = 152+163+175=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #98A3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A3AF is #675C50. Grayscale: #A1A1A1. Windows color (decimal): -6773841 or 11510680. OLE color: 11510680.

HSL color Cylindrical-coordinate representation of color #98A3AF: hue angle of 211.3º 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 #98A3AF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 163 175 -
CMYK 0.13 0.07 0 0.31
HSL 211.3º 0.13% 0.64% -
HSV(B) 211.3º 0.13% 0.69% -
XYZ 33.78 35.96 45.72 -
YUV 161.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 152 163 175 0.13 0.07 0 0.31 211.3 0.13 0.64
Hex 98 A3 AF D 7 0 1F D3 D 40
Octal 230 243 257 15 7 0 37 323 15 100
Binary 10011000 10100011 10101111 1101 111 0 11111 11010011 1101 1000000

Color Harmonies of #98A3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A3AF

Black with #98A3AF

Text Example


Text Example

White with #98A3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98A3AF;
 }
 .AnyTagClassName
 {
   color: #98A3AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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