#A6ABA7

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

Shades of Edward #A6ABA7

Tints of Edward #A6ABA7

Color information

#A6ABA7 (or 0xA6ABA7) is unknown color: approx Edward. HEX triplet: A6, AB and A7. RGB value is (166,171,167). Sum of RGB (Red+Green+Blue) = 166+171+167=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #A6ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABA7 is #595458. Grayscale: #A9A9A9. Windows color (decimal): -5854297 or 10988454. OLE color: 10988454.

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

Color convert

RGB166171167-
CMYK0.0300.020.33
HSL132º2.89%66.08%-
HSV(B)132º2.92%67.06%-
XYZ37.2640.0242.32-
YUV169.05126.84125.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=32.94%
G=33.93%
B=33.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711670.0300.020.331322.8966.08
HexA6ABA73022184342
Octal246253247302412043102
Binary1010011010101011101001111101010000110000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABA7; }

 p { color: rgb(166,171,167); }

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

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

 a { background-color: rgb(166,171,167); }

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

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

 span { border-color: rgb(166,171,167); }

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