#A2B3A3

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

Shades of Edward #A2B3A3

Tints of Edward #A2B3A3

Color information

#A2B3A3 (or 0xA2B3A3) is unknown color: approx Edward. HEX triplet: A2, B3 and A3. RGB value is (162,179,163). Sum of RGB (Red+Green+Blue) = 162+179+163=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B3A3 is #5D4C5C. Grayscale: #ACACAC. Windows color (decimal): -6114397 or 10728354. OLE color: 10728354.

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

Color convert

RGB162179163-
CMYK0.0900.090.30
HSL123.53º10.06%66.86%-
HSV(B)123.53º9.5%70.2%-
XYZ37.6342.5740.88-
YUV172.09122.87120.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 163 (64.06% from 255) = 32.34%
R=32.14%
G=35.52%
B=32.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791630.0900.090.30123.5310.0666.86
HexA2B3A39091E7ca43
Octal242263243110113617412103
Binary10100010101100111010001110010100111110111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B3A3; }

 p { color: rgb(162,179,163); }

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

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

 a { background-color: rgb(162,179,163); }

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

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

 span { border-color: rgb(162,179,163); }

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