#A9A6AE

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

Shades of Spun Pearl #A9A6AE

Tints of Spun Pearl #A9A6AE

Color information

#A9A6AE (or 0xA9A6AE) is unknown color: approx Spun Pearl. HEX triplet: A9, A6 and AE. RGB value is (169,166,174). Sum of RGB (Red+Green+Blue) = 169+166+174=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 174 - color contains mainly: blue. Hex color #A9A6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A6AE is #565951. Grayscale: #A7A7A7. Windows color (decimal): -5658962 or 11445929. OLE color: 11445929.

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

Color convert

RGB169166174-
CMYK0.030.0500.32
HSL262.5º4.71%66.67%-
HSV(B)262.5º4.6%68.24%-
XYZ37.6438.7645.54-
YUV167.81131.49128.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=33.20%
G=32.61%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691661740.030.0500.32262.54.7166.67
HexA9A6AE35020106543
Octal251246256350404065103
Binary1010100110100110101011101110101000001000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6AE; }

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

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

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

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

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

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

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

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