#A7AFA9

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

Shades of Edward #A7AFA9

Tints of Edward #A7AFA9

Color information

#A7AFA9 (or 0xA7AFA9) is unknown color: approx Edward. HEX triplet: A7, AF and A9. RGB value is (167,175,169). Sum of RGB (Red+Green+Blue) = 167+175+169=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AFA9 is #585056. Grayscale: #ABABAB. Windows color (decimal): -5787735 or 11120551. OLE color: 11120551.

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

Color convert

RGB167175169-
CMYK0.0500.030.31
HSL135º4.76%67.06%-
HSV(B)135º4.57%68.63%-
XYZ38.4341.7443.57-
YUV171.92126.35124.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=32.68%
G=34.25%
B=33.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751690.0500.030.311354.7667.06
HexA7AFA95031F87543
Octal247257251503372075103
Binary10100111101011111010100110101111111100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFA9; }

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

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

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

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

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

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

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

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