#99A2AF

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

Shades of Grey Chateau #99A2AF

Tints of Grey Chateau #99A2AF

Color information

#99A2AF (or 0x99A2AF) is unknown color: approx Grey Chateau. HEX triplet: 99, A2 and AF. RGB value is (153,162,175). Sum of RGB (Red+Green+Blue) = 153+162+175=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 162 (63.67% from 255 or 33.06% 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 #99A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2AF is #665D50. Grayscale: #A0A0A0. Windows color (decimal): -6708561 or 11510425. OLE color: 11510425.

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

Color convert

RGB153162175-
CMYK0.130.0700.31
HSL215.45º12.09%64.31%-
HSV(B)215.45º12.57%68.63%-
XYZ33.835.7145.67-
YUV160.79136.02122.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=31.22%
G=33.06%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531621750.130.0700.31215.4512.0964.31
Hex99A2AFD701Fd7c40
Octal23124225715703732714100
Binary10011001101000101010111111011110111111101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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