#A9AABB

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

Shades of Logan #A9AABB

Tints of Logan #A9AABB

Color information

#A9AABB (or 0xA9AABB) is unknown color: approx Logan. HEX triplet: A9, AA and BB. RGB value is (169,170,187). Sum of RGB (Red+Green+Blue) = 169+170+187=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AABB is #565544. Grayscale: #ABABAB. Windows color (decimal): -5657925 or 12298921. OLE color: 12298921.

HSL color Cylindrical-coordinate representation of color #A9AABB: hue angle of 236.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9AABB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169170187-
CMYK0.100.0900.27
HSL236.67º11.69%69.8%-
HSV(B)236.67º9.63%73.33%-
XYZ39.7140.7752.79-
YUV171.64136.67126.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=32.13%
G=32.32%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691701870.100.0900.27236.6711.6969.8
HexA9AABBA901Bedc46
Octal251252273121103335514106
Binary101010011010101010111011101010010110111110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AABB; }

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

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

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

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

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

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

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

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