#A2B5A4

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

Shades of Edward #A2B5A4

Tints of Edward #A2B5A4

Color information

#A2B5A4 (or 0xA2B5A4) is unknown color: approx Edward. HEX triplet: A2, B5 and A4. RGB value is (162,181,164). Sum of RGB (Red+Green+Blue) = 162+181+164=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5A4 is #5D4A5B. Grayscale: #ADADAD. Windows color (decimal): -6113884 or 10794402. OLE color: 10794402.

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

Color convert

RGB162181164-
CMYK0.1000.090.29
HSL126.32º11.38%67.25%-
HSV(B)126.32º10.5%70.98%-
XYZ38.1343.4141.49-
YUV173.38122.71119.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=31.95%
G=35.70%
B=32.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811640.1000.090.29126.3211.3867.25
HexA2B5A4A091D7eb43
Octal242265244120113517613103
Binary10100010101101011010010010100100111101111111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B5A4; }

 p { color: rgb(162,181,164); }

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

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

 a { background-color: rgb(162,181,164); }

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

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

 span { border-color: rgb(162,181,164); }

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