#A9AABD

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

Shades of Logan #A9AABD

Tints of Logan #A9AABD

Color information

#A9AABD (or 0xA9AABD) is unknown color: approx Logan. HEX triplet: A9, AA and BD. RGB value is (169,170,189). Sum of RGB (Red+Green+Blue) = 169+170+189=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AABD is #565542. Grayscale: #ABABAB. Windows color (decimal): -5657923 or 12429993. OLE color: 12429993.

HSL color Cylindrical-coordinate representation of color #A9AABD: hue angle of 237º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9AABD is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169170189-
CMYK0.110.1000.26
HSL237º13.16%70.2%-
HSV(B)237º10.58%74.12%-
XYZ39.9240.8653.93-
YUV171.87137.67125.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=32.01%
G=32.20%
B=35.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691701890.110.1000.2623713.1670.2
HexA9AABDBA01Aedd46
Octal251252275131203235515106
Binary101010011010101010111101101110100110101110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AABD; }

 p { color: rgb(169,170,189); }

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

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

 a { background-color: rgb(169,170,189); }

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

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

 span { border-color: rgb(169,170,189); }

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