#A1B3A5

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

Shades of Edward #A1B3A5

Tints of Edward #A1B3A5

Color information

#A1B3A5 (or 0xA1B3A5) is unknown color: approx Edward. HEX triplet: A1, B3 and A5. RGB value is (161,179,165). Sum of RGB (Red+Green+Blue) = 161+179+165=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B3A5 is #5E4C5A. Grayscale: #ACACAC. Windows color (decimal): -6179931 or 10859425. OLE color: 10859425.

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

Color convert

RGB161179165-
CMYK0.1000.080.30
HSL133.33º10.59%66.67%-
HSV(B)133.33º10.06%70.2%-
XYZ37.6142.5341.82-
YUV172.02124.04120.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=31.88%
G=35.45%
B=32.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791650.1000.080.30133.3310.5966.67
HexA1B3A5A081E85b43
Octal241263245120103620513103
Binary101000011011001110100101101001000111101000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3A5; }

 p { color: rgb(161,179,165); }

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

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

 a { background-color: rgb(161,179,165); }

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

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

 span { border-color: rgb(161,179,165); }

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