#A0B3A4

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

Shades of Edward #A0B3A4

Tints of Edward #A0B3A4

Color information

#A0B3A4 (or 0xA0B3A4) is unknown color: approx Edward. HEX triplet: A0, B3 and A4. RGB value is (160,179,164). Sum of RGB (Red+Green+Blue) = 160+179+164=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3A4 is #5F4C5B. Grayscale: #ABABAB. Windows color (decimal): -6245468 or 10793888. OLE color: 10793888.

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

Color convert

RGB160179164-
CMYK0.1100.080.30
HSL132.63º11.11%66.47%-
HSV(B)132.63º10.61%70.2%-
XYZ37.3242.3941.34-
YUV171.61123.71119.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=31.81%
G=35.59%
B=32.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791640.1100.080.30132.6311.1166.47
HexA0B3A4B081E85b42
Octal240263244130103620513102
Binary101000001011001110100100101101000111101000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B3A4; }

 p { color: rgb(160,179,164); }

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

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

 a { background-color: rgb(160,179,164); }

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

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

 span { border-color: rgb(160,179,164); }

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