#A5AFA6

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

Shades of Edward #A5AFA6

Tints of Edward #A5AFA6

Color information

#A5AFA6 (or 0xA5AFA6) is unknown color: approx Edward. HEX triplet: A5, AF and A6. RGB value is (165,175,166). Sum of RGB (Red+Green+Blue) = 165+175+166=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFA6 is #5A5059. Grayscale: #ABABAB. Windows color (decimal): -5918810 or 10923941. OLE color: 10923941.

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

Color convert

RGB165175166-
CMYK0.0600.050.31
HSL126º5.88%66.67%-
HSV(B)126º5.71%68.63%-
XYZ37.7341.4142.08-
YUV170.98125.19123.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=32.61%
G=34.58%
B=32.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751660.0600.050.311265.8866.67
HexA5AFA66051F7e643
Octal245257246605371766103
Binary10100101101011111010011011001011111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFA6; }

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

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

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

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

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

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

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

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