#A0B0A1

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

Shades of Edward #A0B0A1

Tints of Edward #A0B0A1

Color information

#A0B0A1 (or 0xA0B0A1) is unknown color: approx Edward. HEX triplet: A0, B0 and A1. RGB value is (160,176,161). Sum of RGB (Red+Green+Blue) = 160+176+161=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B0A1 is #5F4F5E. Grayscale: #A9A9A9. Windows color (decimal): -6246239 or 10596512. OLE color: 10596512.

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

Color convert

RGB160176161-
CMYK0.0900.090.31
HSL123.75º9.2%65.88%-
HSV(B)123.75º9.09%69.02%-
XYZ36.4641.139.73-
YUV169.51123.2121.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=32.19%
G=35.41%
B=32.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761610.0900.090.31123.759.265.88
HexA0B0A19091F7c942
Octal240260241110113717411102
Binary10100000101100001010000110010100111111111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B0A1; }

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

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

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

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

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

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

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

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