#A9A9AE

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

Shades of Spun Pearl #A9A9AE

Tints of Spun Pearl #A9A9AE

Color information

#A9A9AE (or 0xA9A9AE) is unknown color: approx Spun Pearl. HEX triplet: A9, A9 and AE. RGB value is (169,169,174). Sum of RGB (Red+Green+Blue) = 169+169+174=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 174 - color contains mainly: blue. Hex color #A9A9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A9AE is #565651. Grayscale: #A9A9A9. Windows color (decimal): -5658194 or 11446697. OLE color: 11446697.

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

Color convert

RGB169169174-
CMYK0.030.0300.32
HSL240º2.99%67.25%-
HSV(B)240º2.87%68.24%-
XYZ38.1939.8745.73-
YUV169.57130.5127.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=33.01%
G=33.01%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691691740.030.0300.322402.9967.25
HexA9A9AE33020f0343
Octal251251256330403603103
Binary1010100110101001101011101111010000011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9AE; }

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

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

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

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

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

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

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

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