#A3BAB3

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

Shades of Shadow Green #A3BAB3

Tints of Shadow Green #A3BAB3

Color information

#A3BAB3 (or 0xA3BAB3) is unknown color: approx Shadow Green. HEX triplet: A3, BA and B3. RGB value is (163,186,179). Sum of RGB (Red+Green+Blue) = 163+186+179=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAB3 is #5C454C. Grayscale: #B2B2B2. Windows color (decimal): -6047053 or 11778723. OLE color: 11778723.

HSL color Cylindrical-coordinate representation of color #A3BAB3: hue angle of 161.74º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB163186179-
CMYK0.1200.040.27
HSL161.74º14.29%68.43%-
HSV(B)161.74º12.37%72.94%-
XYZ40.846.1649.41-
YUV178.32128.38117.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=30.87%
G=35.23%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861790.1200.040.27161.7414.2968.43
HexA3BAB3C041Ba2e44
Octal24327226314043324216104
Binary10100011101110101011001111000100110111010001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAB3; }

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

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

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

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

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

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

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

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