#A0AFA1

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

Shades of Edward #A0AFA1

Tints of Edward #A0AFA1

Color information

#A0AFA1 (or 0xA0AFA1) is unknown color: approx Edward. HEX triplet: A0, AF and A1. RGB value is (160,175,161). Sum of RGB (Red+Green+Blue) = 160+175+161=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFA1 is #5F505E. Grayscale: #A8A8A8. Windows color (decimal): -6246495 or 10596256. OLE color: 10596256.

HSL color Cylindrical-coordinate representation of color #A0AFA1: hue angle of 124º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0AFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB160175161-
CMYK0.0900.080.31
HSL124º8.57%65.69%-
HSV(B)124º8.57%68.63%-
XYZ36.2640.7139.66-
YUV168.92123.53121.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=32.26%
G=35.28%
B=32.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751610.0900.080.311248.5765.69
HexA0AFA19081F7c942
Octal240257241110103717411102
Binary10100000101011111010000110010100011111111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFA1; }

 p { color: rgb(160,175,161); }

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

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

 a { background-color: rgb(160,175,161); }

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

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

 span { border-color: rgb(160,175,161); }

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