#A5ACA6

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

Shades of Edward #A5ACA6

Tints of Edward #A5ACA6

Color information

#A5ACA6 (or 0xA5ACA6) is unknown color: approx Edward. HEX triplet: A5, AC and A6. RGB value is (165,172,166). Sum of RGB (Red+Green+Blue) = 165+172+166=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #A5ACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ACA6 is #5A5359. Grayscale: #A9A9A9. Windows color (decimal): -5919578 or 10923173. OLE color: 10923173.

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

Color convert

RGB165172166-
CMYK0.0400.030.33
HSL128.57º4.05%66.08%-
HSV(B)128.57º4.07%67.45%-
XYZ37.1540.2641.89-
YUV169.22126.18124.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=32.80%
G=34.19%
B=33.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721660.0400.030.33128.574.0566.08
HexA5ACA64032181442
Octal245254246403412014102
Binary101001011010110010100110100011100001100000011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACA6; }

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

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

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

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

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

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

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

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