#A9AFAF

Color #A9AFAF Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #A9AFAF

Tints of Hit Grey #A9AFAF

Color information

#A9AFAF (or 0xA9AFAF) is unknown color: approx Hit Grey. HEX triplet: A9, AF and AF. RGB value is (169,175,175). Sum of RGB (Red+Green+Blue) = 169+175+175=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A9AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AFAF is #565050. Grayscale: #ADADAD. Windows color (decimal): -5656657 or 11513769. OLE color: 11513769.

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

Color convert

RGB169175175-
CMYK0.03000.31
HSL180º3.61%67.45%-
HSV(B)180º3.43%68.63%-
XYZ39.4342.1946.62-
YUV173.21129.01125-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751750.03000.311803.6167.45
HexA9AFAF3001Fb4443
Octal251257257300372644103
Binary101010011010111110101111110011111101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFAF; }

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

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

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

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

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

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

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

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