#A1B2A4

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

Shades of Edward #A1B2A4

Tints of Edward #A1B2A4

Color information

#A1B2A4 (or 0xA1B2A4) is unknown color: approx Edward. HEX triplet: A1, B2 and A4. RGB value is (161,178,164). Sum of RGB (Red+Green+Blue) = 161+178+164=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2A4 is #5E4D5B. Grayscale: #ABABAB. Windows color (decimal): -6180188 or 10793633. OLE color: 10793633.

HSL color Cylindrical-coordinate representation of color #A1B2A4: hue angle of 130.59º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2A4 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB161178164-
CMYK0.1000.080.30
HSL130.59º9.94%66.47%-
HSV(B)130.59º9.55%69.8%-
XYZ37.3242.141.28-
YUV171.32123.87120.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=32.01%
G=35.39%
B=32.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781640.1000.080.30130.599.9466.47
HexA1B2A4A081E83a42
Octal241262244120103620312102
Binary101000011011001010100100101001000111101000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2A4; }

 p { color: rgb(161,178,164); }

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

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

 a { background-color: rgb(161,178,164); }

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

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

 span { border-color: rgb(161,178,164); }

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