#A9A4AB

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

Shades of Chatelle #A9A4AB

Tints of Chatelle #A9A4AB

Color information

#A9A4AB (or 0xA9A4AB) is unknown color: approx Chatelle. HEX triplet: A9, A4 and AB. RGB value is (169,164,171). Sum of RGB (Red+Green+Blue) = 169+164+171=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 171 - color contains mainly: blue. Hex color #A9A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A4AB is #565B54. Grayscale: #A6A6A6. Windows color (decimal): -5659477 or 11248809. OLE color: 11248809.

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

Color convert

RGB169164171-
CMYK0.010.0400.33
HSL282.86º4%65.69%-
HSV(B)282.86º4.09%67.06%-
XYZ36.9937.9343.9-
YUV166.29130.66129.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=33.53%
G=32.54%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691641710.010.0400.33282.86465.69
HexA9A4AB1402111b442
Octal251244253140414334102
Binary101010011010010010101011110001000011000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A4AB; }

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

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

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

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

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

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

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

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