#A9A2AE

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

Shades of Chatelle #A9A2AE

Tints of Chatelle #A9A2AE

Color information

#A9A2AE (or 0xA9A2AE) is unknown color: approx Chatelle. HEX triplet: A9, A2 and AE. RGB value is (169,162,174). Sum of RGB (Red+Green+Blue) = 169+162+174=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #A9A2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A2AE is #565D51. Grayscale: #A5A5A5. Windows color (decimal): -5659986 or 11444905. OLE color: 11444905.

HSL color Cylindrical-coordinate representation of color #A9A2AE: hue angle of 275º 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 #A9A2AE is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169162174-
CMYK0.030.0700.32
HSL275º6.9%65.88%-
HSV(B)275º6.9%68.24%-
XYZ36.9237.3345.3-
YUV165.46132.82130.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=33.47%
G=32.08%
B=34.46%

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
Decimal1691621740.030.0700.322756.965.88
HexA9A2AE37020113742
Octal251242256370404237102
Binary1010100110100010101011101111101000001000100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2AE; }

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

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

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

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

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

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

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

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