#A1B4A5

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

Shades of Edward #A1B4A5

Tints of Edward #A1B4A5

Color information

#A1B4A5 (or 0xA1B4A5) is unknown color: approx Edward. HEX triplet: A1, B4 and A5. RGB value is (161,180,165). Sum of RGB (Red+Green+Blue) = 161+180+165=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4A5 is #5E4B5A. Grayscale: #ACACAC. Windows color (decimal): -6179675 or 10859681. OLE color: 10859681.

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

Color convert

RGB161180165-
CMYK0.1100.080.29
HSL132.63º11.24%66.86%-
HSV(B)132.63º10.56%70.59%-
XYZ37.8142.9441.89-
YUV172.61123.71119.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=31.82%
G=35.57%
B=32.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801650.1100.080.29132.6311.2466.86
HexA1B4A5B081D85b43
Octal241264245130103520513103
Binary101000011011010010100101101101000111011000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4A5; }

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

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

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

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

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

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

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

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