#A4AFA7

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

Shades of Edward #A4AFA7

Tints of Edward #A4AFA7

Color information

#A4AFA7 (or 0xA4AFA7) is unknown color: approx Edward. HEX triplet: A4, AF and A7. RGB value is (164,175,167). Sum of RGB (Red+Green+Blue) = 164+175+167=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFA7 is #5B5058. Grayscale: #AAAAAA. Windows color (decimal): -5984345 or 10989476. OLE color: 10989476.

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

Color convert

RGB164175167-
CMYK0.0600.050.31
HSL136.36º6.43%66.47%-
HSV(B)136.36º6.29%68.63%-
XYZ37.6141.3442.56-
YUV170.8125.86123.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=32.41%
G=34.58%
B=33.00%

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
Decimal1641751670.0600.050.31136.366.4366.47
HexA4AFA76051F88642
Octal244257247605372106102
Binary101001001010111110100111110010111111100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFA7; }

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

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

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

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

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

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

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

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