#A8AFA9

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

Shades of Edward #A8AFA9

Tints of Edward #A8AFA9

Color information

#A8AFA9 (or 0xA8AFA9) is unknown color: approx Edward. HEX triplet: A8, AF and A9. RGB value is (168,175,169). Sum of RGB (Red+Green+Blue) = 168+175+169=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA9 is #575056. Grayscale: #ACACAC. Windows color (decimal): -5722199 or 11120552. OLE color: 11120552.

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

Color convert

RGB168175169-
CMYK0.0400.030.31
HSL128.57º4.19%67.25%-
HSV(B)128.57º4%68.63%-
XYZ38.6441.8543.58-
YUV172.22126.18124.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=32.81%
G=34.18%
B=33.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751690.0400.030.31128.574.1967.25
HexA8AFA94031F81443
Octal250257251403372014103
Binary10101000101011111010100110001111111100000011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFA9; }

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

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

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

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

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

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

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

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