#99A3AA

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

Shades of Grey Chateau #99A3AA

Tints of Grey Chateau #99A3AA

Color information

#99A3AA (or 0x99A3AA) is unknown color: approx Grey Chateau. HEX triplet: 99, A3 and AA. RGB value is (153,163,170). Sum of RGB (Red+Green+Blue) = 153+163+170=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: blue. Hex color #99A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A3AA is #665C55. Grayscale: #A0A0A0. Windows color (decimal): -6708310 or 11183001. OLE color: 11183001.

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

Color convert

RGB153163170-
CMYK0.10.0400.33
HSL204.71º9.09%63.33%-
HSV(B)204.71º10%66.67%-
XYZ33.4935.8743.19-
YUV160.81133.19122.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=31.48%
G=33.54%
B=34.98%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531631700.10.0400.33204.719.0963.33
Hex99A3AAA4021cd93f
Octal2312432521240413151177
Binary10011001101000111010101010101000100001110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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