#A1B5A5

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

Shades of Edward #A1B5A5

Tints of Edward #A1B5A5

Color information

#A1B5A5 (or 0xA1B5A5) is unknown color: approx Edward. HEX triplet: A1, B5 and A5. RGB value is (161,181,165). Sum of RGB (Red+Green+Blue) = 161+181+165=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5A5 is #5E4A5A. Grayscale: #ADADAD. Windows color (decimal): -6179419 or 10859937. OLE color: 10859937.

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

Color convert

RGB161181165-
CMYK0.1100.090.29
HSL132º11.9%67.06%-
HSV(B)132º11.05%70.98%-
XYZ38.0143.3441.96-
YUV173.2123.37119.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=31.76%
G=35.70%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811650.1100.090.2913211.967.06
HexA1B5A5B091D84c43
Octal241265245130113520414103
Binary101000011011010110100101101101001111011000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B5A5; }

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

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

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

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

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

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

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

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