#A5AFA7

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

Shades of Edward #A5AFA7

Tints of Edward #A5AFA7

Color information

#A5AFA7 (or 0xA5AFA7) is unknown color: approx Edward. HEX triplet: A5, AF and A7. RGB value is (165,175,167). Sum of RGB (Red+Green+Blue) = 165+175+167=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFA7 is #5A5058. Grayscale: #ABABAB. Windows color (decimal): -5918809 or 10989477. OLE color: 10989477.

HSL color Cylindrical-coordinate representation of color #A5AFA7: hue angle of 132º 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 #A5AFA7 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB165175167-
CMYK0.0600.050.31
HSL132º5.88%66.67%-
HSV(B)132º5.71%68.63%-
XYZ37.8241.4542.57-
YUV171.1125.69123.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=32.54%
G=34.52%
B=32.94%

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
Decimal1651751670.0600.050.311325.8866.67
HexA5AFA76051F84643
Octal245257247605372046103
Binary101001011010111110100111110010111111100001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFA7; }

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

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

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

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

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

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

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

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