Html Css Color HEX #99A4AC Grey Chateau

📋 copy color: '#99A4AC'

red 153 ◦ green 164 ◦ blue 172

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

Shades of Grey Chateau #99A4AC

Tints of Grey Chateau #99A4AC

RGB

 RED value IS 153 (60.16% from 255) = 31.29%

 GREEN value IS 164 (64.45% from 255) = 33.54%

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 31.29%
G = 33.54%
B = 35.17%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#99A4AC (or 0x99A4AC) is known color: Grey Chateau. HEX triplet: 99, A4 and AC. RGB value is (153,164,172). Sum of RGB (Red+Green+Blue) = 153+164+172=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #99A4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A4AC is #665B53. Grayscale: #A1A1A1. Windows color (decimal): -6708052 or 11314329. OLE color: 11314329.

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

Color convert

RGB 153 164 172 -
CMYK 0.11 0.05 0 0.33
HSL 205.26º 0.1% 0.64% -
HSV(B) 205.26º 0.11% 0.67% -
XYZ 33.86 36.3 44.25 -
YUV 161.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 153 164 172 0.11 0.05 0 0.33 205.26 0.1 0.64
Hex 99 A4 AC B 5 0 21 CD A 40
Octal 231 244 254 13 5 0 41 315 12 100
Binary 10011001 10100100 10101100 1011 101 0 100001 11001101 1010 1000000

Color Harmonies of #99A4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A4AC

Black with #99A4AC

Text Example


Text Example

White with #99A4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A4AC; }

 p { color: rgb(153,164,172); }

 H1.HeaderClassName
 {
   color: #99A4AC;
 }
 .AnyTagClassName
 {
   color: #99A4AC;
 }
</style>

background-color css

<style>
 a { background-color: #99A4AC; }

 a { background-color: rgb(153,164,172); }

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

border-color css

<style>
 span { border-color: #99A4AC; }

 span { border-color: rgb(153,164,172); }

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