Html Css Color HEX #99A1AA Grey Chateau

📋 copy color: '#99A1AA'

red 153 ◦ green 161 ◦ blue 170

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

Shades of Grey Chateau #99A1AA

Tints of Grey Chateau #99A1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 31.61%
G = 33.26%
B = 35.12%

CMYK

 C value IS 0.1

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#99A1AA (or 0x99A1AA) is known color: Grey Chateau. HEX triplet: 99, A1 and AA. RGB value is (153,161,170). Sum of RGB (Red+Green+Blue) = 153+161+170=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #99A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1AA is #665E55. Grayscale: #9F9F9F. Windows color (decimal): -6708822 or 11182489. OLE color: 11182489.

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

Color convert

RGB 153 161 170 -
CMYK 0.1 0.05 0 0.33
HSL 211.76º 0.09% 0.63% -
HSV(B) 211.76º 0.1% 0.67% -
XYZ 33.14 35.16 43.07 -
YUV 159.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 153 161 170 0.1 0.05 0 0.33 211.76 0.09 0.63
Hex 99 A1 AA A 5 0 21 D4 9 3F
Octal 231 241 252 12 5 0 41 324 11 77
Binary 10011001 10100001 10101010 1010 101 0 100001 11010100 1001 111111

Color Harmonies of #99A1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A1AA

Black with #99A1AA

Text Example


Text Example

White with #99A1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,161,170); }

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

background-color css

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

 a { background-color: rgb(153,161,170); }

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

border-color css

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

 span { border-color: rgb(153,161,170); }

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