#A0AFA3

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

Shades of Edward #A0AFA3

Tints of Edward #A0AFA3

Color information

#A0AFA3 (or 0xA0AFA3) is unknown color: approx Edward. HEX triplet: A0, AF and A3. RGB value is (160,175,163). Sum of RGB (Red+Green+Blue) = 160+175+163=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFA3 is #5F505C. Grayscale: #A9A9A9. Windows color (decimal): -6246493 or 10727328. OLE color: 10727328.

HSL color Cylindrical-coordinate representation of color #A0AFA3: hue angle of 132º 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 #A0AFA3 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB160175163-
CMYK0.0900.070.31
HSL132º8.57%65.69%-
HSV(B)132º8.57%68.63%-
XYZ36.4440.7840.6-
YUV169.15124.53121.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 163 (64.06% from 255) = 32.73%
R=32.13%
G=35.14%
B=32.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751630.0900.070.311328.5765.69
HexA0AFA39071F84942
Octal24025724311073720411102
Binary10100000101011111010001110010111111111000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFA3; }

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

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

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

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

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

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

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

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