#A4ABA5

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

Shades of Edward #A4ABA5

Tints of Edward #A4ABA5

Color information

#A4ABA5 (or 0xA4ABA5) is unknown color: approx Edward. HEX triplet: A4, AB and A5. RGB value is (164,171,165). Sum of RGB (Red+Green+Blue) = 164+171+165=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #A4ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABA5 is #5B545A. Grayscale: #A8A8A8. Windows color (decimal): -5985371 or 10857380. OLE color: 10857380.

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

Color convert

RGB164171165-
CMYK0.0400.040.33
HSL128.57º4%65.69%-
HSV(B)128.57º4.09%67.06%-
XYZ36.6639.7341.33-
YUV168.22126.18124.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 165 (64.84% from 255) = 33%
R=32.8%
G=34.2%
B=33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711650.0400.040.33128.57465.69
HexA4ABA54042181442
Octal244253245404412014102
Binary1010010010101011101001011000100100001100000011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABA5; }

 p { color: rgb(164,171,165); }

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

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

 a { background-color: rgb(164,171,165); }

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

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

 span { border-color: rgb(164,171,165); }

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