#A9A1AE

Color #A9A1AE Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #A9A1AE

Tints of Chatelle #A9A1AE

Color information

#A9A1AE (or 0xA9A1AE) is unknown color: approx Chatelle. HEX triplet: A9, A1 and AE. RGB value is (169,161,174). Sum of RGB (Red+Green+Blue) = 169+161+174=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #A9A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A1AE is #565E51. Grayscale: #A4A4A4. Windows color (decimal): -5660242 or 11444649. OLE color: 11444649.

HSL color Cylindrical-coordinate representation of color #A9A1AE: hue angle of 276.92º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9A1AE is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169161174-
CMYK0.030.0700.32
HSL276.92º7.43%65.69%-
HSV(B)276.92º7.47%68.24%-
XYZ36.7536.9845.25-
YUV164.87133.15130.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=33.53%
G=31.94%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691611740.030.0700.32276.927.4365.69
HexA9A1AE37020115742
Octal251241256370404257102
Binary1010100110100001101011101111101000001000101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1AE; }

 p { color: rgb(169,161,174); }

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

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

 a { background-color: rgb(169,161,174); }

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

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

 span { border-color: rgb(169,161,174); }

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