#A9A8AD

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

Shades of Spun Pearl #A9A8AD

Tints of Spun Pearl #A9A8AD

Color information

#A9A8AD (or 0xA9A8AD) is unknown color: approx Spun Pearl. HEX triplet: A9, A8 and AD. RGB value is (169,168,173). Sum of RGB (Red+Green+Blue) = 169+168+173=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 173 - color contains mainly: blue. Hex color #A9A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A8AD is #565752. Grayscale: #A8A8A8. Windows color (decimal): -5658451 or 11380905. OLE color: 11380905.

HSL color Cylindrical-coordinate representation of color #A9A8AD: hue angle of 252º 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 #A9A8AD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169168173-
CMYK0.020.0300.32
HSL252º2.96%66.86%-
HSV(B)252º2.89%67.84%-
XYZ37.9139.4645.15-
YUV168.87130.33128.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=33.14%
G=32.94%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691681730.020.0300.322522.9666.86
HexA9A8AD23020fc343
Octal251250255230403743103
Binary1010100110101000101011011011010000011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A8AD; }

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

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

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

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

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

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

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

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