#99A2AA

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

Shades of Grey Chateau #99A2AA

Tints of Grey Chateau #99A2AA

Color information

#99A2AA (or 0x99A2AA) is unknown color: approx Grey Chateau. HEX triplet: 99, A2 and AA. RGB value is (153,162,170). Sum of RGB (Red+Green+Blue) = 153+162+170=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #99A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2AA is #665D55. Grayscale: #A0A0A0. Windows color (decimal): -6708566 or 11182745. OLE color: 11182745.

HSL color Cylindrical-coordinate representation of color #99A2AA: hue angle of 208.24º 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 #99A2AA is Cyan = 0.1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153162170-
CMYK0.10.0500.33
HSL208.24º9.09%63.33%-
HSV(B)208.24º10%66.67%-
XYZ33.3135.5243.13-
YUV160.22133.52122.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=31.55%
G=33.40%
B=35.05%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531621700.10.0500.33208.249.0963.33
Hex99A2AAA5021d093f
Octal2312422521250413201177
Binary10011001101000101010101010101010100001110100001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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