#A8AFAA

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

Shades of Edward #A8AFAA

Tints of Edward #A8AFAA

Color information

#A8AFAA (or 0xA8AFAA) is unknown color: approx Edward. HEX triplet: A8, AF and AA. RGB value is (168,175,170). Sum of RGB (Red+Green+Blue) = 168+175+170=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFAA is #575055. Grayscale: #ACACAC. Windows color (decimal): -5722198 or 11186088. OLE color: 11186088.

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

Color convert

RGB168175170-
CMYK0.0400.030.31
HSL137.14º4.19%67.25%-
HSV(B)137.14º4%68.63%-
XYZ38.7341.8944.07-
YUV172.34126.68124.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=32.75%
G=34.11%
B=33.14%

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
Decimal1681751700.0400.030.31137.144.1967.25
HexA8AFAA4031F89443
Octal250257252403372114103
Binary10101000101011111010101010001111111100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFAA; }

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

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

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

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

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

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

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

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