#A6ACA7

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

Shades of Edward #A6ACA7

Tints of Edward #A6ACA7

Color information

#A6ACA7 (or 0xA6ACA7) is unknown color: approx Edward. HEX triplet: A6, AC and A7. RGB value is (166,172,167). Sum of RGB (Red+Green+Blue) = 166+172+167=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #A6ACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACA7 is #595358. Grayscale: #A9A9A9. Windows color (decimal): -5854041 or 10988710. OLE color: 10988710.

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

Color convert

RGB166172167-
CMYK0.0300.030.33
HSL130º3.49%66.27%-
HSV(B)130º3.49%67.45%-
XYZ37.4540.442.38-
YUV169.64126.51125.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=32.87%
G=34.06%
B=33.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721670.0300.030.331303.4966.27
HexA6ACA73032182342
Octal246254247303412023102
Binary1010011010101100101001111101110000110000010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACA7; }

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

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

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

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

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

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

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

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