#A9A6AC

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

Shades of Chatelle #A9A6AC

Tints of Chatelle #A9A6AC

Color information

#A9A6AC (or 0xA9A6AC) is unknown color: approx Chatelle. HEX triplet: A9, A6 and AC. RGB value is (169,166,172). Sum of RGB (Red+Green+Blue) = 169+166+172=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 172 - color contains mainly: blue. Hex color #A9A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A6AC is #565953. Grayscale: #A7A7A7. Windows color (decimal): -5658964 or 11314857. OLE color: 11314857.

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

Color convert

RGB169166172-
CMYK0.020.0300.33
HSL270º3.49%66.27%-
HSV(B)270º3.49%67.45%-
XYZ37.4438.6944.52-
YUV167.58130.49129.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=33.33%
G=32.74%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691661720.020.0300.332703.4966.27
HexA9A6AC2302110e342
Octal251246254230414163102
Binary10101001101001101010110010110100001100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6AC; }

 p { color: rgb(169,166,172); }

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

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

 a { background-color: rgb(169,166,172); }

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

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

 span { border-color: rgb(169,166,172); }

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