#A6AEA8

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

Shades of Edward #A6AEA8

Tints of Edward #A6AEA8

Color information

#A6AEA8 (or 0xA6AEA8) is unknown color: approx Edward. HEX triplet: A6, AE and A8. RGB value is (166,174,168). Sum of RGB (Red+Green+Blue) = 166+174+168=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEA8 is #595157. Grayscale: #AAAAAA. Windows color (decimal): -5853528 or 11054758. OLE color: 11054758.

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

Color convert

RGB166174168-
CMYK0.0500.030.32
HSL135º4.71%66.67%-
HSV(B)135º4.6%68.24%-
XYZ37.9341.2143-
YUV170.92126.35124.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=32.68%
G=34.25%
B=33.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741680.0500.030.321354.7166.67
HexA6AEA85032087543
Octal246256250503402075103
Binary101001101010111010101000101011100000100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEA8; }

 p { color: rgb(166,174,168); }

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

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

 a { background-color: rgb(166,174,168); }

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

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

 span { border-color: rgb(166,174,168); }

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