#A9A9AA

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

Shades of Spun Pearl #A9A9AA

Tints of Spun Pearl #A9A9AA

Color information

#A9A9AA (or 0xA9A9AA) is unknown color: approx Spun Pearl. HEX triplet: A9, A9 and AA. RGB value is (169,169,170). Sum of RGB (Red+Green+Blue) = 169+169+170=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 170 - color contains mainly: blue. Hex color #A9A9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A9AA is #565655. Grayscale: #A9A9A9. Windows color (decimal): -5658198 or 11184553. OLE color: 11184553.

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

Color convert

RGB169169170-
CMYK0.010.0100.33
HSL240º0.58%66.47%-
HSV(B)240º0.59%66.67%-
XYZ37.8139.7143.7-
YUV169.11128.5127.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=33.27%
G=33.27%
B=33.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691691700.010.0100.332400.5866.47
HexA9A9AA11021f0142
Octal251251252110413601102
Binary1010100110101001101010101101000011111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9AA; }

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

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

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

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

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

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

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

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