#A7ACA8

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

Shades of Edward #A7ACA8

Tints of Edward #A7ACA8

Color information

#A7ACA8 (or 0xA7ACA8) is unknown color: approx Edward. HEX triplet: A7, AC and A8. RGB value is (167,172,168). Sum of RGB (Red+Green+Blue) = 167+172+168=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #A7ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ACA8 is #585357. Grayscale: #AAAAAA. Windows color (decimal): -5788504 or 11054247. OLE color: 11054247.

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

Color convert

RGB167172168-
CMYK0.0300.020.33
HSL132º2.92%66.47%-
HSV(B)132º2.91%67.45%-
XYZ37.7640.5542.88-
YUV170.05126.84125.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=32.94%
G=33.93%
B=33.14%

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
Decimal1671721680.0300.020.331322.9266.47
HexA7ACA83022184342
Octal247254250302412043102
Binary1010011110101100101010001101010000110000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACA8; }

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

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

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

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

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

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

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

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