#A9A6AB

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

Shades of Chatelle #A9A6AB

Tints of Chatelle #A9A6AB

Color information

#A9A6AB (or 0xA9A6AB) is unknown color: approx Chatelle. HEX triplet: A9, A6 and AB. RGB value is (169,166,171). Sum of RGB (Red+Green+Blue) = 169+166+171=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: blue. Hex color #A9A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A6AB is #565954. Grayscale: #A7A7A7. Windows color (decimal): -5658965 or 11249321. OLE color: 11249321.

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

Color convert

RGB169166171-
CMYK0.010.0300.33
HSL276º2.89%66.08%-
HSV(B)276º2.92%67.06%-
XYZ37.3538.6544.02-
YUV167.47129.99129.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=33.40%
G=32.81%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691661710.010.0300.332762.8966.08
HexA9A6AB13021114342
Octal251246253130414243102
Binary1010100110100110101010111110100001100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6AB; }

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

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

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

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

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

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

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

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