#A1AFA5

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

Shades of Edward #A1AFA5

Tints of Edward #A1AFA5

Color information

#A1AFA5 (or 0xA1AFA5) is unknown color: approx Edward. HEX triplet: A1, AF and A5. RGB value is (161,175,165). Sum of RGB (Red+Green+Blue) = 161+175+165=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFA5 is #5E505A. Grayscale: #A9A9A9. Windows color (decimal): -6180955 or 10858401. OLE color: 10858401.

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

Color convert

RGB161175165-
CMYK0.0800.060.31
HSL137.14º8.05%65.88%-
HSV(B)137.14º8%68.63%-
XYZ36.8240.9541.56-
YUV169.67125.36121.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=32.14%
G=34.93%
B=32.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751650.0800.060.31137.148.0565.88
HexA1AFA58061F89842
Octal24125724510063721110102
Binary10100001101011111010010110000110111111000100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFA5; }

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

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

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

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

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

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

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

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