#A9A9AD

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

Shades of Spun Pearl #A9A9AD

Tints of Spun Pearl #A9A9AD

Color information

#A9A9AD (or 0xA9A9AD) is unknown color: approx Spun Pearl. HEX triplet: A9, A9 and AD. RGB value is (169,169,173). Sum of RGB (Red+Green+Blue) = 169+169+173=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 173 - color contains mainly: blue. Hex color #A9A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A9AD is #565652. Grayscale: #A9A9A9. Windows color (decimal): -5658195 or 11381161. OLE color: 11381161.

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

Color convert

RGB169169173-
CMYK0.020.0200.32
HSL240º2.38%67.06%-
HSV(B)240º2.31%67.84%-
XYZ38.0939.8345.22-
YUV169.46130127.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=33.07%
G=33.07%
B=33.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691691730.020.0200.322402.3867.06
HexA9A9AD22020f0243
Octal251251255220403602103
Binary1010100110101001101011011010010000011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9AD; }

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

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

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

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

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

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

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

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