#A9A7AF

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

Shades of Spun Pearl #A9A7AF

Tints of Spun Pearl #A9A7AF

Color information

#A9A7AF (or 0xA9A7AF) is unknown color: approx Spun Pearl. HEX triplet: A9, A7 and AF. RGB value is (169,167,175). Sum of RGB (Red+Green+Blue) = 169+167+175=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9A7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A7AF is #565850. Grayscale: #A8A8A8. Windows color (decimal): -5658705 or 11511721. OLE color: 11511721.

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

Color convert

RGB169167175-
CMYK0.030.0500.31
HSL255º4.76%67.06%-
HSV(B)255º4.57%68.63%-
XYZ37.9239.1746.12-
YUV168.51131.66128.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=33.07%
G=32.68%
B=34.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691671750.030.0500.312554.7667.06
HexA9A7AF3501Fff543
Octal251247257350373775103
Binary10101001101001111010111111101011111111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7AF; }

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

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

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

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

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

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

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

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