#A9A9AF

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

Shades of Spun Pearl #A9A9AF

Tints of Spun Pearl #A9A9AF

Color information

#A9A9AF (or 0xA9A9AF) is unknown color: approx Spun Pearl. HEX triplet: A9, A9 and AF. RGB value is (169,169,175). Sum of RGB (Red+Green+Blue) = 169+169+175=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A9AF is #565650. Grayscale: #A9A9A9. Windows color (decimal): -5658193 or 11512233. OLE color: 11512233.

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

Color convert

RGB169169175-
CMYK0.030.0300.31
HSL240º3.61%67.45%-
HSV(B)240º3.43%68.63%-
XYZ38.2939.9146.24-
YUV169.68131127.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=32.94%
G=32.94%
B=34.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691691750.030.0300.312403.6167.45
HexA9A9AF3301Ff0443
Octal251251257330373604103
Binary1010100110101001101011111111011111111100001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9AF; }

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

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

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

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

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

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

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

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