#A3B4A7

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

Shades of Edward #A3B4A7

Tints of Edward #A3B4A7

Color information

#A3B4A7 (or 0xA3B4A7) is unknown color: approx Edward. HEX triplet: A3, B4 and A7. RGB value is (163,180,167). Sum of RGB (Red+Green+Blue) = 163+180+167=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4A7 is #5C4B58. Grayscale: #ADADAD. Windows color (decimal): -6048601 or 10990755. OLE color: 10990755.

HSL color Cylindrical-coordinate representation of color #A3B4A7: hue angle of 134.12º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B4A7 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB163180167-
CMYK0.0900.070.29
HSL134.12º10.18%67.25%-
HSV(B)134.12º9.44%70.59%-
XYZ38.443.2242.88-
YUV173.44124.37120.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=31.96%
G=35.29%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801670.0900.070.29134.1210.1867.25
HexA3B4A79071D86a43
Octal24326424711073520612103
Binary10100011101101001010011110010111111011000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4A7; }

 p { color: rgb(163,180,167); }

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

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

 a { background-color: rgb(163,180,167); }

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

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

 span { border-color: rgb(163,180,167); }

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